Page 2 of 2

Re: compiling to hex

Posted: Fri Dec 06, 2024 10:51 am
by mnfisher
That's odd. Would expect to cause issue with any xc8 compilation. Wonder how the 18f452 differs from other targets?

Martin

Re: compiling to hex

Posted: Wed Dec 11, 2024 10:20 am
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.

Re: compiling to hex

Posted: Wed Dec 11, 2024 12:19 pm
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.