compiling to hex

For general Flowcode discussion that does not belong in the other sections.
mnfisher
Valued Contributor
Posts: 1551
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 739 times

Re: compiling to hex

Post by mnfisher »

That's odd. Would expect to cause issue with any xc8 compilation. Wonder how the 18f452 differs from other targets?

Martin

bazkhf
Posts: 20
Joined: Sun Jan 14, 2024 10:15 am
Has thanked: 5 times
Been thanked: 2 times

Re: compiling to hex

Post by bazkhf »

Proposal for a Permanent Solution:

I would like to suggest adding an automatic check feature within Flowcode, where the program automatically removes spaces from file names or replaces them with underscores before the compilation process begins. If this is not feasible, a warning could be added to notify the user that the file name must be free of spaces. This would help reduce issues related to file names with spaces and make the compilation process smoother.

Steve-Matrix
Matrix Staff
Posts: 1512
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 211 times
Been thanked: 351 times

Re: compiling to hex

Post by Steve-Matrix »

Thanks for the suggestion, but automatically renaming files could cause more issues than it solves. This issue related to the XC8 compiler and affects just the 18F452 chip AFAIK, so the vast majority of users will never notice the issue.

And if it is even an issue, then it can be raised on this forum and addressed as it has been within this topic.

Post Reply