Linker file changes not sticking

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linker file changes not sticking

731 Views
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.

Labels (1)
0 Kudos
Reply
1 Reply

514 Views
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 Kudos
Reply