用的1050套件提供的wmwin demo编译报错问题

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

用的1050套件提供的wmwin demo编译报错问题

1,946 Views
fancyop
Contributor I

flexspi_nor_sdram_debug\emwin_gui_demo.out: Error: L6218E: Undefined symbol Image$$RW_m_config_text$$Base (referred from fsl_flexspi_nor_boot.o).

这个问题是怎么造成的,需要怎么修改呢,谢谢

Labels (1)
0 Kudos
Reply
4 Replies

1,713 Views
jaryzhang
Contributor I

我也遇到了这问题,援引ZLG张工回复:

 提示没有找到RM_image_config的地址是因为分散加载文件中的cofig段没有使能;
       解决办法:
       在link config中添加如下代码:
       --keep=*(.boot_hdr.ivt)
       --keep=*(.boot_hdr.boot_data)
       --keep=*(.boot_hdr.dcd_data)
       --keep=*(.boot_hdr.conf)
       --predefine="-DXIP_BOOT_HEADER_ENABLE=1"
       Catch_recompress.jpg

1,713 Views
fancyop
Contributor I

果然可以,真的是非常感谢

0 Kudos
Reply

1,713 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello,

Could you please provide more information regarding the problem you are facing? For example:

  • Screenshots of the problem.
  • Which version of the SDK are you using?
  • I think you are using Keil, if so, which version? 
  • Does the problem happen only with the emwin example or with others too?

I'm using the latest version of the SDK (2.5.1) along with Keil 5.26.2 and I didn't face any problems with the emwin demo. 


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply

1,713 Views
fancyop
Contributor I

I'm sorry to reply to you so late. I tested Standalone Example Project, not SDK.pastedImage_1.png

0 Kudos
Reply