COSMIC confirmed that there is a bug in version 4.5.5.If you have an empty infinite loop il your code, there needs to be a nop instruction (or something else) inside of it.Example: while (1)
{
_asm("nop");
}
I attached the CXSTM8 folder from my 4.5.4 installation.Replace your CXSTM8 folder with this one.Don't forget to put your license.lic file in the License folder (no need to request a new one)!
Could it be worth downgrading the COSMIC version so I'm able to build again?Yes, if you have an older version of the installer it will work just fine.I have an older (late 2021) installation of the COSMIC compiler on another PC that worked fine and i...
It's a bug in the latest COSMIC compiler (Version: 4.5.5).To check the installed version open C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Version.txt.I'm already in touch with COSMIC support.