SPRUIG5E January 2018 – March 2023 TDA4VM , TDA4VM-Q1
When compiling code written for C6000 with the
C7000 compiler, you must #include the C6000-to-C7000 migration reference header file
c6x_migration.h
at the beginning of the migrated source
file.
c6x.h
would remove
the need to change many #include directives in a project.c6x_migration.h
and
c7x.h
while in transition between C6000 and C7000
code.If you want to remove all references to C6000 when
migrating, it is not necessary to include the C6000-to-C7000 migration reference
header file. Instead, remove or modify all references to C6000-specific intrinsics
and definitions. In this case, replace all instances of #include
<c6x.h>
with #include <c7x.h>
.