CW10 - How can I add folders for header files and code files?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CW10 - How can I add folders for header files and code files?

ソリューションへジャンプ
1,580件の閲覧回数
Anselmo
Contributor I

I tried clicking right on "Project panel" -> New -> Folder and , after creating it I moved a header file, but it didn't work.

I tried also from "File" menu -> New-> Source Folder. But it didn't work

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,092件の閲覧回数
BlackNight
NXP Employee
NXP Employee

You need to make sure that the compiler can find the header (and source) files. If you add a new folder, you need to tell this the compiler.

You can find the settings in

Project > Properties > C/C++ Build > Settings > ColdFire Compiler > Input

resp.

Project > Properties > C/C++ Build > Settings > HCS08 Compiler Input

 

There you find settings for include file path (both system and user includes).

 

Hope that helps,

BK

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,093件の閲覧回数
BlackNight
NXP Employee
NXP Employee

You need to make sure that the compiler can find the header (and source) files. If you add a new folder, you need to tell this the compiler.

You can find the settings in

Project > Properties > C/C++ Build > Settings > ColdFire Compiler > Input

resp.

Project > Properties > C/C++ Build > Settings > HCS08 Compiler Input

 

There you find settings for include file path (both system and user includes).

 

Hope that helps,

BK

0 件の賞賛
返信