你的浏览器版本过低,可能导致网站不能正常访问!
为了你能正常使用网站功能,请使用这些浏览器。

TouchGFX 如何用AC6 编译器呢?

[复制链接]
AI++ 提问时间:2020-8-25 14:57 /
最近几天 研究了下AC6编译器 ,想使用AC6 编译TouchGFX, 用ArmV5 编译 工程没问题,
可是换成AC6 编译器就会出现很多错误 ,经过各种折腾 最后错误剩了1条了,
有啥解决办法吗?

下面是最后的部分报错
linking...
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: abstractpartition.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: lcd24bpp.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: application.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: bitmap.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: button.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: buttonwithlabel.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: constfont.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: container.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: dma.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: drawable.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: font.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: fontmanager.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: hal.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: image.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: lcd.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: screen.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: textprovider.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: typedtext.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: unicode.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: utils.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: abstractbutton.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: displaytransformation.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: gestures.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: stm32_crc_lock.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: texturemaptypes.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Warning: L6869W: touchcalibration.o requested the Rogue Wave Standard C++ Library which has been removed from the product. This might cause link errors because libc++ is used instead.
Test_baseBlank_0824\Test_baseBlank_0824.axf: Error: L6218E: Undefined symbol __aeabi_vec_ctor_nocookie_nodtor (referred from application.o).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 26 warning and 1 error messages.
"Test_baseBlank_0824\Test_baseBlank_0824.axf" - 1 Error(s), 102 Warning(s).

收藏 评论1 发布时间:2020-8-25 14:57

举报

1个回答
坚坚冰 回答时间:2020-10-4 14:37:30
touchgfx_core.lib 需要切换为Keil6.x目录下的AC6版本

所属标签

相似问题

关于意法半导体
我们是谁
投资者关系
意法半导体可持续发展举措
创新和工艺
招聘信息
联系我们
联系ST分支机构
寻找销售人员和分销渠道
社区
媒体中心
活动与培训
隐私策略
隐私策略
Cookies管理
行使您的权利
关注我们
st-img 微信公众号
st-img 手机版