Search found 1365 matches

by Steve-Matrix
Tue Mar 03, 2026 12:07 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

If I use the following, I get a .cof file:

Code: Select all

--output=mcof
by Steve-Matrix
Tue Mar 03, 2026 10:14 am
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

I've not tried it, but -gcoff might generate a .cof file when used as a command line switch for xc8.
by Steve-Matrix
Mon Mar 02, 2026 9:30 am
Forum: General
Topic: Page webserver
Replies: 2
Views: 98

Re: Page webserver

I don't think there is a way of increasing this without editing the component (edit: there is :oops: - see Ben's answer!). An alternative is you could serve the pages manually instead of relying on static pages. It's more work, but would allow you to show any number of different pages.
by Steve-Matrix
Mon Mar 02, 2026 9:27 am
Forum: General
Topic: Display manager!
Replies: 8
Views: 264

Re: Display manager!

I've not looked at your project, but the "Switch to Scene0" button should call a macro. In that macro you could change the value of a global variable (e.g. ExitTheLoop = true) and continually check that variable within your loop and react accordingly. That should allow you to leave the loo...
by Steve-Matrix
Mon Mar 02, 2026 9:22 am
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

There will be a .elf file which serves the same function as a .cof file. I assume that Proteus has an option to use .elf instead of .cof. But if not, there may be a way to force the toolchain to output a .cof file instead (or as well).
by Steve-Matrix
Fri Feb 27, 2026 6:11 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

Great news. I have no explanation as to why they were modified. Flowcode does not change them, except to replace with new versions via Library Update.
by Steve-Matrix
Fri Feb 27, 2026 5:06 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

You would need to tick "Afficher les fichers a jour" to see the files that are up-to-date on your system. (edit: ninja'd by chipfryer27!) But I think I have found the issue in the fcxlog file. It is showing that the PIC_CAL_IO.c and PIC_CAL_IO.h files may have been modified. I have attache...
by Steve-Matrix
Fri Feb 27, 2026 9:23 am
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

Can you please upload the "fcxlog.txt" file for this project as this may help us see why this project is failing to compile for you. Also, here is a screenshot of the library files that are being used on my PC when I successfully compile your project: Screenshot 2026-02-27 090939.png Does ...
by Steve-Matrix
Thu Feb 26, 2026 5:34 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

I found and fixed a problem. Is it working ok for you now?
by Steve-Matrix
Thu Feb 26, 2026 5:26 pm
Forum: General
Topic: Compile problem with FC11
Replies: 38
Views: 966

Re: Compile problem with FC11

I think there may be an issue with the updates on the website that is causing this problem. I will check now and let you know.