I'm currently porting the mpc5644a. I used the mpc5643l for porting. Now I have wrote a XSLT transformation. I get this warning:
Code: Select all
/Test_PPC/conf.oil
Compute configuration's files
WARNING > Unsupported MCU
Check and fill folder /Test_PPC/Debug
/Test_PPC/Debug/eecfg.c OK
/Test_PPC/Debug/eecfg.h OK
/Test_PPC/Debug/makefile OK
/Test_PPC/Debug/system.orti OK
Check and fill folder Test_PPC/Debug
Test_PPC/Debug/make_launcher.bat OK
There are some Warnings.
Code: Select all
<xsl:template match="object[@Type='OS']/parameter[@Name='MCU_DATA']/enumerator[@Name='PPCE200ZX']/parameter[@Name='MODEL']/enumerator[@Name='MPC5644A']" mode="build_makefile">
EEOPT += EE_MPC5644A
</xsl:template>
Code: Select all
EEOPT += EE_MPC5644A
### Setting Erika's variables:
# ERIKA_FILES= ../../..
# APPBASE = .
#
# EEOPT =
RTDRUID_CONFIGURATOR_NUMBER:=1277
Maybe someone can take a look on my XSLT transformation? Thanks!
Best regards!
Eugen