You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versions of SDCC from 4.4.0 (current official release) and older have a bug where, if Windows settings aren't just right, spaces in file paths are not properly quoted when sdcpp is called from sdcc. This can result in a failure to compile when SDCC is installed in a path with a space. Because installers can change the relevant Windows settings, and behavior is often dependent on the settings the first time the program is run, this problem doesn't happen consistent for all users, making it easy to miss and sometimes difficult to replicate.
Anyhow, the current version of ch55xduino is using a SDCC snapshot that is afflicted with this bug. The solution is to update to the latest nightly build of SDCC, which has the fix.
I've tested this fix (by replacing the SDCC in my local copy of ch55xduino), and it appears to work (though I'm having another problem that I'll be filing an issue for as soon as this one is posted).
Versions of SDCC from 4.4.0 (current official release) and older have a bug where, if Windows settings aren't just right, spaces in file paths are not properly quoted when sdcpp is called from sdcc. This can result in a failure to compile when SDCC is installed in a path with a space. Because installers can change the relevant Windows settings, and behavior is often dependent on the settings the first time the program is run, this problem doesn't happen consistent for all users, making it easy to miss and sometimes difficult to replicate.
Anyhow, the current version of ch55xduino is using a SDCC snapshot that is afflicted with this bug. The solution is to update to the latest nightly build of SDCC, which has the fix.
I've tested this fix (by replacing the SDCC in my local copy of ch55xduino), and it appears to work (though I'm having another problem that I'll be filing an issue for as soon as this one is posted).
Here is a bit more information on the bug in question: https://sourceforge.net/p/sdcc/bugs/3810/
The text was updated successfully, but these errors were encountered: