compile with linker only

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

compile with linker only

ソリューションへジャンプ
586件の閲覧回数
roymessinger
Contributor V

when making changes to linker file only, then compiling, the KDS disregards the linker changes. Only after cleaning the project does the KDS look at the linker file (obviously also compiling all the rest, taking time).

I want to make changes to the linker file only and compile without the hassle to clean project and compile all files.. 

How can I do that?

1 解決策
437件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Roy,

yes, a linker file change does not trigger a new link. This is (imho) a problem of the GNU ARM → GNU MCU Eclipse!  plugins. I have reported that a while back, but to my knowledge it is still not changed in the latest version of the plugins. But it could be a CDT problem too.

What I usually do is to touch/change a source file to trigger a link phase.

I hope this helps,

Erich

元の投稿で解決策を見る

1 返信
438件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Roy,

yes, a linker file change does not trigger a new link. This is (imho) a problem of the GNU ARM → GNU MCU Eclipse!  plugins. I have reported that a while back, but to my knowledge it is still not changed in the latest version of the plugins. But it could be a CDT problem too.

What I usually do is to touch/change a source file to trigger a link phase.

I hope this helps,

Erich