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
已解决! 转到解答。
Hello
Look at option -cwd and -gccincludes in {Install}\Help\PDF\MCU_ColdFire_Compiler.pdf
These options might be helpful.
CrasyCat
在原帖中查看解决方案
- Which CPU are you targeting (HC08, Coldfire V1, ..)?
Coldfire V2
Worked great, thanks!