I have a small project I've built up using the IDE. I tried porting it to a GNU makefile based system (my preference) but I get errors I don't get on the IDE version. (Warning C196: mspace probably invalid). I'm sure this is because I'm mis-configuring my command line options. My question is there anyway to see what command line options the IDE uses when it calls the compiler?
The exact set of options is reported at the start of listing and map files, among other places. The compiler command line is stored in an auxiliary file *._ia, too, and even in the .object files.
As a starting point, you can get uVision2 to create a batch file with all compiler and linker command lines. Check the Create Batch File checkbox on the Project Options - Output Tab. Jon
"Check the Create Batch File checkbox" What version of uVision has that option? It's not in my v2.33 :-(
It is implemented in V2.37 (part of C51 V7.05).