@spth , @serisman
It appears there is something broken in SDCC4.4.0
The Serial_HelloWorld example compiles&programs without warnings, but when I run it, there is no output from the serial monitor.
When doing the same with SDCC4.1.0 everything works fine.
I have similar issues with my old code that I cannot get to work with SDCC4.4.0.
Apart from this "silent bug", SDCC4.4.0 also broke compatibility when assembling instructions like t1sn f,z, which now have to be renamed to t1sn.io f,z. All in all a very frustrating experience. If one of you has an idea how to fix it, that would be great! Otherwise I suggest adding recommendations to stick with SDCC4.1.0 to the project.
@spth , @serisman
It appears there is something broken in SDCC4.4.0
The Serial_HelloWorld example compiles&programs without warnings, but when I run it, there is no output from the serial monitor.
When doing the same with SDCC4.1.0 everything works fine.
I have similar issues with my old code that I cannot get to work with SDCC4.4.0.
Apart from this "silent bug", SDCC4.4.0 also broke compatibility when assembling instructions like
t1sn f,z, which now have to be renamed tot1sn.io f,z. All in all a very frustrating experience. If one of you has an idea how to fix it, that would be great! Otherwise I suggest adding recommendations to stick with SDCC4.1.0 to the project.