问题标签 [ds-5]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
233 浏览

linker - 错误 L6242E:无法链接对象,因为其属性与图像属性不兼容

我正在使用 ARM DS-5 Eclipse IDE。

我正在尝试链接 2 个项目(myProj 和 myProj_bsp)。第一个基于ARM-6 Compiler,第二个基于ARM-5 Compiler。因此,我遇到了构建错误:L6242E 无法链接对象,因为它的属性与图像属性不兼容。在控制台窗口中,我收到以下错误:

....wchart-16 与 wchart-32 发生冲突。

....packed-enum 与 enum_is_int 冲突。

我认为该错误是由于 2 个编译器之间的数据类型不匹配造成的。

谁能告诉我如何解决这个问题??