ZHCUA98E january 2018 – march 2023 TDA4VM , TDA4VM-Q1
使用 C7000 编译器编译为 C6000 编写的代码时,必须在已迁移源文件的开头 #include(包含) C6000 至 C7000 迁移参考头文件 c6x_migration.h
。
c6x.h
将无需更改工程中的许多 #include 指令。c6x_migration.h
和 c7x.h
。如果要在迁移时删除对 C6000 的所有引用,则无需包含 C6000 到 C7000 的迁移引用头文件。反之,删除或修改对 C6000 特定内在函数和定义的所有引用。在这种情况下,将所有 #include <c6x.h>
实例替换为 #include <c7x.h>
。