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
I don't remember the details, but I think I experienced it and my workaround was to move the environmental path higher on the priority list, (above Mingw or msys or whatever that may contain cc1 compiler - that we don't want to use.)
Alternatively just use SDCC version 4.2.0, which didn't have this problem.
The text was updated successfully, but these errors were encountered:
It shows up in this CI run:
https://github.com/chgpalmer/TSDZ2-Smart-EBike-1/actions/runs/5979789568/job/16224594796#step:4:21
This is probably because
sdcc.exe
should be called instead ofcc1.exe
??? Or maybe missing dependency: https://sourceforge.net/p/sdcc/discussion/1865/thread/83d2461277/I don't remember the details, but I think I experienced it and my workaround was to move the environmental path higher on the priority list, (above Mingw or msys or whatever that may contain
cc1
compiler - that we don't want to use.)Alternatively just use SDCC version 4.2.0, which didn't have this problem.
The text was updated successfully, but these errors were encountered: