09202024

Last update2016/05/28 14:38

Back 現在地: Home パートナー Strategic Test パートナー Atollic 15.どうやって新しいLinker scriptを作りますか?

15.どうやって新しいLinker scriptを作りますか?

 

15.どうやって新しいLinker scriptを作りますか?

From time to time there is the need for a new Linker script. 
To automatically create one, start by selecting the project to add the script into. Right click the project and select New -> Other…

In the dialog that then pops up you select C/C++ and then Linker script. Click Next.

user must now select the target properly. Here user have the chance to select a new target (The current settings can be found by right-clicking the project -> Properties ->C/C++ Build -> Settings).

The script is now generated.

In order to user the new script user must right-click the project and select Propertiesand in the dialog select C/C++ Build -> Settings -> Tool Settings -> C Linker ->General.

Enter the name of the new linker script.