Search found 1489 matches

by Dinosaur
May 16, 2024 5:05
Forum: Linux
Topic: fbc works on Debian 11 but not on Debian 12
Replies: 8
Views: 308

Re: fbc works on Debian 11 but not on Debian 12

Hi All

@fxm
Managed to get it to work with -arch native

Just as an observation: Debian 12 takes 3 min to boot on the Rpi Zero W v1.1
whereas Debian 11 takes 2 min.

Many thanks for the help.

Regards
by Dinosaur
May 16, 2024 3:49
Forum: Linux
Topic: fbc works on Debian 11 but not on Debian 12
Replies: 8
Views: 308

Re: fbc works on Debian 11 but not on Debian 12

Hi All

srvaldez , it does not show any 32 bit installs.

Regards
by Dinosaur
May 15, 2024 19:57
Forum: Linux
Topic: fbc works on Debian 11 but not on Debian 12
Replies: 8
Views: 308

Re: fbc works on Debian 11 but not on Debian 12

Hi All

fxm , I tried -fpu but will try -arch.

ps: Still not getting email notifications of replies ??
by Dinosaur
May 15, 2024 19:04
Forum: Linux
Topic: fbc works on Debian 11 but not on Debian 12
Replies: 8
Views: 308

Re: fbc works on Debian 11 but not on Debian 12

Hi All marcov, after using the magnifying glass to read the back of the board, it is a Rpi Zero W v1.1. without Wifi. So maybe the debian compiler dropped armv6, or you must explicitly select it ? Are you referring to the FreeBasic compiler ? I don't understand your statement. Are there compile opti...
by Dinosaur
May 14, 2024 22:31
Forum: Linux
Topic: fbc works on Debian 11 but not on Debian 12
Replies: 8
Views: 308

fbc works on Debian 11 but not on Debian 12

Hi all Using a cheap Rpi Zero 32 bit for a project. Using version 1.10 on Debian 11 everything is fine. When I try to use it with Debian 12 I get this error: -mfloat-abi=hard :selected architecture lacks an FPU Recall many years ago there was a compile switch to emulate an FPU, but looking at all th...
by Dinosaur
May 05, 2024 19:30
Forum: Linux
Topic: Large Text in 3.5" monitor.
Replies: 4
Views: 271

Re: Large Text in 3.5" monitor.

Hi All fxm, I have never ventured to the "Edit Notifications Options" Just always made sure when replying to a post (or starting a new thread) that "Notify me when a reply is posted" is ticked. Lately that doesn't work. This morning I simply ticked every box in the second column ...
by Dinosaur
May 05, 2024 10:11
Forum: Linux
Topic: Large Text in 3.5" monitor.
Replies: 4
Views: 271

Re: Large Text in 3.5" monitor.

Hi All

Thanks for that fxm, but my email address was correct, yet didn't get notification of your post
even though "Notify me..." was ticked. ???

Regards
by Dinosaur
May 04, 2024 23:34
Forum: Linux
Topic: Large Text in 3.5" monitor.
Replies: 4
Views: 271

Large Text in 3.5" monitor.

Hi All Adding a 3.5" LCD to my rfid login stations to provide simple feedback to users. Looking at the screen command I can't see any options to set the screen to say 8 lines x 24 characters. What does one do to achieve large char's on such a small monitor.? Regards Edit: Have not received any ...
by Dinosaur
Apr 28, 2024 20:37
Forum: Documentation
Topic: Profiling freebasic programs
Replies: 29
Views: 2370

Re: Profiling freebasic programs

Hi All fxm , thanks for your reply. The download from https://users.freebasic-portal.de/stw/builds/ results in a folder structure: fbc_linux64/include/freebasic/fbc-int The additional headers extract into an inc folder. Taking the contents of the inc folder and pasting it into fbc_linux64/include do...
by Dinosaur
Apr 28, 2024 20:01
Forum: Documentation
Topic: Profiling freebasic programs
Replies: 29
Views: 2370

Re: Profiling freebasic programs

Hi All Missing something in this implementation of profiling. Downloaded the .zip file fbc_linux64_0813_2024-04-27.zip 2024-04-28 02:03 1.7M from https://users.freebasic-portal.de/stw/builds/ Deleted my old usr/local/bin/fbc and proved it was the only one on my system. Extracted and ran sudo ./insta...
by Dinosaur
Apr 09, 2024 22:49
Forum: Linux
Topic: Show Application in CLI
Replies: 6
Views: 3646

Re: Show Application in CLI

Hi All

I am glad I didn't meet my wife on some forum, I would never had got laid.
:D

REgards
by Dinosaur
Apr 09, 2024 22:05
Forum: Linux
Topic: Show Application in CLI
Replies: 6
Views: 3646

Re: Show Application in CLI

Hi All
badidea, that was my first thought and I compared my statements with the post.
Perhaps it is time our forum had some way of verifying upon joining.

Haven't joined for a long time, so don't know what the procedure is.

Regards
by Dinosaur
Apr 09, 2024 20:44
Forum: Linux
Topic: Show Application in CLI
Replies: 6
Views: 3646

Re: Show Application in CLI

Hi All Welcome to the Forum Kevin498. After my previous post I simplified the running of the Battery Monitor. created .config/autostart/Lipo4.desktop [Desktop Entry] Name=LiPo4 Comment=Manage Battery Charger Exec=lxterminal --geometry=80x25 --command sudo LiPo4 Icon=/home/dinosaur/Pictures/trex.jpg ...
by Dinosaur
Jan 02, 2024 20:11
Forum: Libraries & Headers
Topic: Mosquito MQTT header
Replies: 5
Views: 2147

Re: Mosquito MQTT header

Thank you birosys

I did see the mosquitto_loop option , but it is still polling.
It is probably better/faster than my polling using pipe..

Your code worked perfectly.

Regards
by Dinosaur
Jan 01, 2024 19:49
Forum: Libraries & Headers
Topic: Mosquito MQTT header
Replies: 5
Views: 2147

Re: Mosquito MQTT header

Hi All birosys, it looks like you have done a lot of work on this. Did you manage to use an interrupt to prevent the subscriber from polling for new messages ? I can't seem to find any options in Mosquitto to do this. Currently I am using Mosquitto on a Rpi-Zero as the broker and a Pico as the only ...