Modify "Include" Folder

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

Modify "Include" Folder

ソリューションへジャンプ
1,061件の閲覧回数
Kafre
Contributor III

Hello all,

 

I use Codewarrior 10 for MCU with MQX 3.6.2

 

I'm importing a MQX "BSP build" project and modifying it to use it with a different MCU. After changing the Path variables, the linked  resources and the CF compiler and assembler inputs to desired ones, I found that the "Includes" folder under the built project (aka bsp_<put_your_mcu_here>) was unchanged. This means that my Includes were pointing to the older Includes. (eg c:\program files\freecake\mqx\sources\io\etc instead of d:\my super sources\my super includes\io\etc)

 

The thing is, that I think that when the linking and compiling is made, the inclusion points the new files, but the reference in the Include folder is still the old one and if I try to open the files included there, they are just empty files. My attempts to change the folder or even eliminate it, have been unsuccessful. Is there a way to change this?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
606件の閲覧回数
Kafre
Contributor III

Ok, I found it. I just have to create a new "Build Variable" to avoid the includes from pointing the c drive archives.

 

Note to self: Add Build Variables to all projects, new paths are not enough.

 

Solved!

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
607件の閲覧回数
Kafre
Contributor III

Ok, I found it. I just have to create a new "Build Variable" to avoid the includes from pointing the c drive archives.

 

Note to self: Add Build Variables to all projects, new paths are not enough.

 

Solved!

0 件の賞賛
返信