How can I get Codewarrior 10 to work with includes such as:
#include "../common/moptions.h"
I know the file exists at the specified location, but the compiler doesn't seem to be following the path relative to the current file...
Thanks,
Brad
Solved! Go to Solution.
Hello
Look at option -cwd and -gccincludes in {Install}\Help\PDF\MCU_ColdFire_Compiler.pdf
These options might be helpful.
CrasyCat
Hello
- Which CPU are you targeting (HC08, Coldfire V1, ..)?
CrasyCat
Coldfire V2
Hello
Look at option -cwd and -gccincludes in {Install}\Help\PDF\MCU_ColdFire_Compiler.pdf
These options might be helpful.
CrasyCat
Worked great, thanks!