Replace the NOMIPS16CODE Compiler Flag (Compact 7)
3/12/2014
In Windows Embedded Compact 7, the new compiler image flag NOIMPLICITIMPORT replaces the NOMIPS16CODE flag. NOIMPLICITIMPORT sets the -QRimplicit-import- compiler flag for the ARM processor architecture. For other processor architectures, this flag has no effect.
Setting RELEASETYPE=PLATFORM or RELEASETYPE=PLATFORMCOMMON in the sources file automatically sets NOIMPLICITIMPORT in the Makefile.def file, so you do not have to include NOIMPLICITIMPORT in your Sources.cmn file. For all other release types, such as RELEASETYPE!=PLATFORM and RELEASETYPE!=PLATFORMCOMMON, you must replace NOMIPS16CODE in the Makefile.def file with NOIMPLICITIMPORT.
For compatibility with earlier versions of Compact 7, NOMIPS16CODE sets the NOIMPLICITIMPORT flag.