MCUXpresso | Build Artifact | Executable type changes

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

MCUXpresso | Build Artifact | Executable type changes

ソリューションへジャンプ
253件の閲覧回数
Balaji_KG
Contributor II

Hi,

  Currently, I am working on LPC1788 Open library package. I can't able to generate a hex file because of the static library option. I need to change the build artifact type from static library to executable method. Is there any possible?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
235件の閲覧回数
HangZhang
NXP Employee
NXP Employee

Hi @Balaji_KG 

Yes, it is possible to change the build artifact type from static library to executable. You can do this by modifying the project settings in MCUXpresso.

Here are the steps:

1. Open your project in MCUXpresso.
2. Go to Project -> Properties.
3. In the Properties window, go to C/C++ Build -> Settings.
4. In the Settings tab, you will see a field called "Build Artifact".
5. Change the "Build Artifact" from "Static Library" to "Executable".
6. Click on "Apply" and then "OK" to save the changes.
7. Now, try to build your project again. It should generate a hex file instead of a static library.

Hope this will help you.

BR

Hang

元の投稿で解決策を見る

1 返信
236件の閲覧回数
HangZhang
NXP Employee
NXP Employee

Hi @Balaji_KG 

Yes, it is possible to change the build artifact type from static library to executable. You can do this by modifying the project settings in MCUXpresso.

Here are the steps:

1. Open your project in MCUXpresso.
2. Go to Project -> Properties.
3. In the Properties window, go to C/C++ Build -> Settings.
4. In the Settings tab, you will see a field called "Build Artifact".
5. Change the "Build Artifact" from "Static Library" to "Executable".
6. Click on "Apply" and then "OK" to save the changes.
7. Now, try to build your project again. It should generate a hex file instead of a static library.

Hope this will help you.

BR

Hang