Project XMC4800 for a migration from 100pin to 144pin

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User9154
Level 4
Level 4
Hi,
I have a project with EtherCAt and 4 channel SigmeDeltaDemodulator.
While it is not possible on 100Pin a tried to change MCU on 144Pin:
I got this error message:

'Building file: ../Dave/Generated/ECAT_SSC/ecat_ssc.c'
'Invoking: ARM-GCC C Compiler'
"C:\DAVEv4\DAVE-4.1.2\eclipse\ARM-GCC-49/bin/arm-none-eabi-gcc" -DXMC4800_F144x1024 -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Libraries\XMCLib\inc" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0/Libraries/CMSIS/Include" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0/Libraries/CMSIS/Infineon/XMC4800_series/Include" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Dave\Generated" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Libraries" -O0 -ffunction-sections -fdata-sections -Wall -std=gnu99 -mfloat-abi=softfp -Wa,-adhlns="Dave/Generated/ECAT_SSC/ecat_ssc.o.lst" -pipe -c -fmessage-length=0 -MMD -MP -MF"Dave/Generated/ECAT_SSC/ecat_ssc.d" -MT"Dave/Generated/ECAT_SSC/ecat_ssc.d Dave/Generated/ECAT_SSC/ecat_ssc.o" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -g -gdwarf-2 -o "Dave/Generated/ECAT_SSC/ecat_ssc.o" "../Dave/Generated/ECAT_SSC/ecat_ssc.c"
Dave/Generated/ECAT_SSC/subdir.mk:24: recipe for target 'Dave/Generated/ECAT_SSC/ecat_ssc.o' failed
In file included from ../Dave/Generated/ECAT_SSC/ecat_ssc.c:52:0:
../Dave/Generated/ECAT_SSC/ecat_ssc.h:58:35: fatal error: SSC/Src/applInterface.h: No such file or directory
#include "SSC/Src/applInterface.h"
^
compilation terminated.
make: *** [Dave/Generated/ECAT_SSC/ecat_ssc.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../Dave/Generated/ECAT_SSC/ecat_ssc_conf.c:52:0:
'Building file: ../Dave/Generated/ECAT_SSC/ecat_ssc_conf.c'
'Invoking: ARM-GCC C Compiler'
"C:\DAVEv4\DAVE-4.1.2\eclipse\ARM-GCC-49/bin/arm-none-eabi-gcc" -DXMC4800_F144x1024 -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Libraries\XMCLib\inc" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0/Libraries/CMSIS/Include" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0/Libraries/CMSIS/Infineon/XMC4800_series/Include" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Dave\Generated" -I"C:\Workspaces\DAVE-4.1\WS_2015_07_23\XMC48_ecat1_XMC4800-F144x1024_0\Libraries" -O0 -ffunction-sections -fdata-sections -Wall -std=gnu99 -mfloat-abi=softfp -Wa,-adhlns="Dave/Generated/ECAT_SSC/ecat_ssc_conf.o.lst" -pipe -c -fmessage-length=0 -MMD -MP -MF"Dave/Generated/ECAT_SSC/ecat_ssc_conf.d" -MT"Dave/Generated/ECAT_SSC/ecat_ssc_conf.d Dave/Generated/ECAT_SSC/ecat_ssc_conf.o" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -g -gdwarf-2 -o "Dave/Generated/ECAT_SSC/ecat_ssc_conf.o" "../Dave/Generated/ECAT_SSC/ecat_ssc_conf.c"
Dave/Generated/ECAT_SSC/subdir.mk:24: recipe for target 'Dave/Generated/ECAT_SSC/ecat_ssc_conf.o' failed
../Dave/Generated/ECAT_SSC/ecat_ssc.h:58:35: fatal error: SSC/Src/applInterface.h: No such file or directory
#include "SSC/Src/applInterface.h"
^
compilation terminated.
make: *** [Dave/Generated/ECAT_SSC/ecat_ssc_conf.o] Error 1

11:38:13 Build Finished (took 52s.494ms)

What was wrong
best regards
zbyno
0 Likes
3 Replies
Not applicable
HI zbyno,

Were you able to compile without error when the project is selected with 100pins?
Also, did you follow the steps given in the ECAT_SSC APP Help - Usage Section?

Regards,
Daryl
0 Likes
User9154
Level 4
Level 4
ok daryl
thank you
zbyno
0 Likes
Not applicable
HI zbyno,

Did you managed to try? Does it work for you now?

Regards,
Daryl
0 Likes