This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: SORTE_G, device build warning

Part Number: AM2432

[日本語]
■SORTE_G,デバイスのビルドワーニング
 SORTE_g_device をビルドすると、警告 #10247-D が発生します。
  [ビルドエラーのメッセージ]
   warning #10247-D: creating output section ".text" without a SECTIONS specification

 このワーニングは問題ありませんか。

[English]
■SORTE_G, device build warning
 When building SORTE_g_device, warning #10247-D occurs.
  [Build error message]
   warning #10247-D: creating output section ".text" without a SECTIONS specification

Is it ok to ignore this warning?

  • The linker command file defines only .text:main and .text section was commented out. When you enable line 70 (    .text > PRU_IMEM, page 0) as shown below. Warning goes away. I validated that the .map file give the same outcome. So you can either ignore or change like shown below.