Linker file changes not sticking

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

Linker file changes not sticking

746件の閲覧回数
barbercolman
Contributor III

Using CW10.1 and MQX I have changed the intflash.lcf file and recompiled. After exiting CW and reentering the changes to the linker file have not stuck. This has happened twice. I think this a CW not a MQX issue. Any idea what is happening.

ラベル(1)
0 件の賞賛
返信
1 返信

529件の閲覧回数
CarlFST60L
Senior Contributor II

I have made my own copy of the linker in the project directory and changed the project to use that Linker and never had a problem, maybe try that.

 

Copy the intial file, move it to you project directory, then, I put all mine in a folder called LCF, go to project properties and change the following

 

C/C++ Build > Settings > Tool Settings > (Cold Fiire Linker) > Linker Command File (.lcf)

change this to

 

${ProjDirPath}\LCF\MyLinkFile.lcf

 Obviously make this match your setup

 

0 件の賞賛
返信