S32IDE compile error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32IDE compile error

1,051 次查看
大大许
Contributor III

hi

I'm using MPC5744P's demo, and I had compile errors at compile time ,error is follow

SDK FreeMaster_MPC56xx_1.9.0_com.freescale.s32ds.cross.gnu.e200.toolChain, ghs.managedmake.ppc.executable.toolchain - ABSENT, com.windriver.cdt.diab.toolChain.exe.balanced - ABSENT is not found in workspace

I'm using S32 IDEV1.2, and my MCU is MPC5744P.

How do I solve this problem?

标签 (1)
4 回复数

855 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

It looks like that your project is looking for greenhils and windriver eclipse plugins - for some reason. Can you please share your project?

Jiri 

0 项奖励

855 次查看
大大许
Contributor III

Hello,

I'm so sorry, because of the company's network restrictions, I can't upload any files to the extranet 

0 项奖励

855 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

could you please clarify, if you use some example project (and which one) or if you create your own project? If you create your own project, could you please share the project settings or whole project?

Regards,

Martin

855 次查看
大大许
Contributor III

Hello,

this project wasn't created by me, I got the project from someone else, and someone else had run it once on the NXP MPC574xPEVB Assessment Board . Now I'm using the S32IDEv1.2 version to open the project, and the compile error occurred while I was compiling .

Here's my project settings

<?xml version="1.0" encoding="UTF-8"?>

-<cdtprojectproperties>


-<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">


-<language name="C Source File">

<includepath>${ProjDirPath}/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include/pa</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ADC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\CTU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\DSPI</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\eTimer</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FCCU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexCAN</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexPWM</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FreeMASTER</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\INTC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LINFlex</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LLD_INIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ME</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\PIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SIUL</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SWG</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\UART</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\other header</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\Debug</includepath>

</language>

<language name="ld"> </language>


-<language name="Assembly Source File">

<includepath>${ProjDirPath}/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include/pa</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ADC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\CTU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\DSPI</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\eTimer</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FCCU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexCAN</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexPWM</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FreeMASTER</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\INTC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LINFlex</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LLD_INIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ME</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\PIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SIUL</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SWG</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\UART</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\other header</includepath>

</language>


-<language name="s,S,ASM,asm">

<includepath>${ProjDirPath}/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include</includepath>

<includepath>${VLE_EWL_DIR}/EWL_C/include/pa</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ADC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\CTU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\DSPI</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\eTimer</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FCCU</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexCAN</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FlexPWM</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\FreeMASTER</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\INTC</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LINFlex</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\LLD_INIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\ME</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\PIT</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SIUL</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\SWG</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\UART</includepath>

<includepath>C:\Users\Administrator\workspaceS32DS.Power\ADC_MPC5744P\src\drivers\other header</includepath>

</language>

</section>


-<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">


-<language name="C Source File">


-<macro>

<name>START_FROM_FLASH</name>

<value/>

</macro>


-<macro>

<name>MPC574xP</name>

<value/>

</macro>

</language>

<language name="ld"> </language>


-<language name="Assembly Source File">


-<macro>

<name>START_FROM_FLASH</name>

<value/>

</macro>


-<macro>

<name>MPC574xP</name>

<value/>

</macro>

</language>


-<language name="s,S,ASM,asm">


-<macro>

<name>START_FROM_FLASH</name>

<value/>

</macro>


-<macro>

<name>MPC574xP</name>

<value/>

</macro>

</language>

</section>

</cdtprojectproperties>

0 项奖励