zlgopen / awtk-stm32f103ze-raw

awtk在stm32f103ze平台上的移植。
GNU Lesser General Public License v2.1
59 stars 41 forks source link

编译不通过,显示Error: L6406E: No space in execution regions with .ANY selector #19

Open shuiliuliushui opened 2 years ago

shuiliuliushui commented 2 years ago

您好,我按照这个例程在正点原子的精英板(也是STM32F103ze)移植。 前面的LCD和Systick都测试成功了,但是到最后一步在main函数中,加入gui_app_start后,编译会出现大量的Error: L6406E: No space in execution regions with .ANY selector 我的awtk_config.h文件也按照例程修改了,宏也配置了,添加的文件是基于awtk-lpc1768-raw那个例程来的。

请问是什么原因呢?

xianjimli commented 2 years ago

flash空间不够。

shuiliuliushui commented 2 years ago

好的谢谢,可是为什么我用这个例程就可以在STM32F103上编译通过呀