Jeremy
1
I.e
asm("mov r0, 12");
Compiles fine, which is should as there are no errors. However:
asm("mov r0, whereIsTheAssemblerError?");
Has easyc saying “There were compilation errors, check the output window.”
Though the output window is infact completely empty.
MarkO
2
It appears to be an Oversight in EasyC, in that it Displays only the ‘C’ Errors, rather than displaying all the Errors…
For Vista and Windows 7, look in the Folder
C:\Users*Your_User_Name\AppData\Roaming\Intelitek\easyC V4 for Cortex\Temp*Your_Project_Name.ERR**
This seems to Show all the Compile and Link Errors, even if not Displayed in the EasyC Build Window…
For Windows 2000 and XP, look in the Folder
C:\Documents and Settings\Administrator\Application Data\Intelitek\easyC V4 for Cortex\Temp*Your_Project_Name.ERR*
Jeremy
3
Thanks for the heads up - saves me a lot of time 