This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Transitioning from IDE to makefile

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?

0