Search found 367 matches
- Sat Jan 03, 2026 4:28 pm
- Forum: General
- Topic: FC11 compile error
- Replies: 4
- Views: 178
Re: FC11 compile error
Hi, I did a compare of FC10 & FC11 RPI_CAL_String.c with Winmerge and they were different. FC10 was V1.0 and FC11 was V3.0 I renamed V3.0 and copied V1.0 from FC10 and it now compiles to hex (not tried to compile to target yet. The weird thing is when I do an update I was expecting to see the ve...
- Sat Jan 03, 2026 3:15 pm
- Forum: General
- Topic: FC11 compile error
- Replies: 4
- Views: 178
Re: FC11 compile error
Hi,
Thanks for the suggestion, I have just done a full update of 337 items and it still does not compile.
Regards,
Bob
Thanks for the suggestion, I have just done a full update of 337 items and it still does not compile.
Regards,
Bob
- Sat Jan 03, 2026 1:32 pm
- Forum: General
- Topic: FC11 compile error
- Replies: 4
- Views: 178
FC11 compile error
Hi,
I have just tried to compile a program that compiles in FC10.
It may be that I have not installed the toolchain as it is already on the PC as it has FC10 already on it. I have looked at the settings and cannot see any difference. Regards,
Bob
I have just tried to compile a program that compiles in FC10.
It may be that I have not installed the toolchain as it is already on the PC as it has FC10 already on it. I have looked at the settings and cannot see any difference. Regards,
Bob
- Sat Jan 03, 2026 1:18 pm
- Forum: General
- Topic: FC11 installer (light / dark theme selection)
- Replies: 2
- Views: 147
Re: FC11 installer (light / dark theme selection)
Hi Steve,
What cought me out is I started playing around with global settings on the home page. I started making a right mess until I figured I was in the wrong place.
Bob
What cought me out is I started playing around with global settings on the home page. I started making a right mess until I figured I was in the wrong place.
Bob
- Fri Jan 02, 2026 7:55 pm
- Forum: General
- Topic: FC11 installer (light / dark theme selection)
- Replies: 2
- Views: 147
FC11 installer (light / dark theme selection)
Hi, I do not know whose idea it was to have the dark theme by default but I really hate it. I assume it was light for all the other versions I have as I do not recall ever changing it and it took me quite a while to find out how to change it back. As a suggestion I think it would be an idea on insta...
- Sun Dec 21, 2025 7:34 pm
- Forum: General
- Topic: Raspberry Pi program launcher
- Replies: 6
- Views: 439
Re: Raspberry Pi program launcher
Hi,
I think I will need to do a bit of reading in the pub sometime. Years ago (before windows) I knew a lot of the DOS commands but Windows has made us lazy. It wouldn't be so bad if it worked all the time.
Bob
I think I will need to do a bit of reading in the pub sometime. Years ago (before windows) I knew a lot of the DOS commands but Windows has made us lazy. It wouldn't be so bad if it worked all the time.
Bob
- Sun Dec 21, 2025 5:44 pm
- Forum: General
- Topic: Raspberry Pi program launcher
- Replies: 6
- Views: 439
Re: Raspberry Pi program launcher
Thanks Martin,
I assume that is a Linux thing.
And the last program ends with & exit 0 as normal.
Regards,
Bob
I assume that is a Linux thing.
And the last program ends with & exit 0 as normal.
Regards,
Bob
- Sun Dec 21, 2025 3:41 pm
- Forum: General
- Topic: Raspberry Pi program launcher
- Replies: 6
- Views: 439
Raspberry Pi program launcher
Hi, I thought about putting it under feature request but I am a long way off needing it. I have several rather small Raspberry Pi programs that I would like to run from a single Pi. I think it is only possible to run one program from editing the rc.local or bashrc file. I could probably put all the ...
- Fri Dec 12, 2025 2:19 pm
- Forum: Tips & Tricks
- Topic: Getting program to run from boot (Raspberry Pi)
- Replies: 4
- Views: 649
Re: Getting program to run from boot (Raspberry Pi)
Hi, I did see that bit about creating the file but wondered if I needed to add all the other stuff it had in it? Also I do not know much about the permissions or protection. Going forward, I wonder if it would be better to copy rc.local from an old device and paste into the one with the new OS? Than...
- Fri Dec 12, 2025 12:44 pm
- Forum: Tips & Tricks
- Topic: Getting program to run from boot (Raspberry Pi)
- Replies: 4
- Views: 649
Getting program to run from boot (Raspberry Pi)
Hi, I usually use the information at the end of this guide https://www.flowcode.co.uk/wiki/index.php?title=Raspberry_Pi_Getting_Started_Guide once I am happy with the code. Unfortunately it seems with the latest OS that rc.local no longer exists. Instead of using sudo nano /etc/rc.local using sudo n...