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.

用CCS5.3编译AM3359 ADC代码时出现的问题,请问这是什么原因造成的?

Other Parts Discussed in Thread: SYSBIOS

"E:\CCS_5.3\am335x_sysbios_ind_sdk_1.0.0.8\sdk/starterware/binary/armv7a/cgt_ccs/am335x/system_config/system.lib<cpu.obj>" has a Tag_ABI_VFP_args attribute value of "0" that is different than one previously seen ("1"); combining incompatible files

  • "Tag_ABI_VFP_args " 指的是浮点变量

    出现这个问题是因为编译环境中所定义的 "Processor Options"选项与startware库system.lib所定义的不匹配。

    可以尝试下面两种方式解决该问题:

    1. 移除sys/bios

    2.将 "Processor Options"设置成与 system.lib所匹配的值

    设置位置如下图