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!