Closed dklausbutt closed 1 year ago
--peep-asm --peep-file peep.txt
from the (makefile)[https://github.com/emmebrusa/TSDZ2-Smart-EBike-1/blob/master/src/controller/Makefile#L69]/bin/stm8s_itc.asm
file for us to verify? Mine looks like this stm8s_itc.zipHi @dzid26, Answering your questions.
After upgrading SDCC https://sourceforge.net/projects/sdcc/files/latest/download check if that's your main installation.
The script looks onto following paths: C:\SDCC\ C:\Program Files\SDCC
Hi @dzid26 that did the trick! Just updating SDCC to the latest version worked like a charm! It was my bad for not checking if the other software needed updating. (In this case SDCC) Cheers!
Hi there @emmebrusa, Thanks for all your great work. I was trying to flash the new version and during the flash process I get the following error.
sdcc: Calling assembler... sdcc: sdasstm8 -plosgffwy ""../../bin\stm8s_itc".asm" ../../bin\stm8s_itc.asm:140: Error: machine specific addressing or addressing mode error removing ../../bin\stm8s_itc.rel make: *** [../../bin/stm8s_itc.rel] Error 1 Build error!!
I am using the same parameters for my bike as for v20.1C.2-update-1 but simply using the new Java Parameter Configurator 4.3 I even tried to reflash my bike with an older version and it works perfectly. Just with the latest version it does not flash my bike.
Is it working for everyone or is it just me getting this error?
Cheers