error @ SLTHA001

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

cross mob
Not applicable
Hi,

i'm trying to use the SLTHA001 (1.0.22) App to create filesystems on a sd card.
During compiling an empty project (just adding the SLTHA001-App) this error will generated:

'Building file: ../Dave/Generated/src/DAVESupport/DAVE3.c'
'Invoking: ARM-GCC C Compiler'
"C:\DAVE-3.1.10\ARM-GCC/bin/arm-none-eabi-gcc" -DDAVE_CE -DUC_ID=4502003 -I"C:\DAVE-3.1.10\eclipse\/../CMSIS/Include" -I"C:\DAVE-3.1.10\eclipse\/../CMSIS/Infineon/Include" -I"C:\DAVE-3.1.10\ARM-GCC/arm-none-eabi/include" -I"C:\DAVE-3.1.10\eclipse\/../emWin/Start/GUI/inc" -I"C:\DAVE-3.1.10\eclipse\/../CMSIS/Infineon/XMC4500_series/Include" -I"D:\01_Projekte\90_Repositorys\VW_Licht\8_Gewerke\89_Studenten\892_Stefan_Hoelzner\8923_RedesignLichtsensor\Entwurf\Software\workspaceDAVE3\SDcardRun2\Dave\Generated\inc\LIBS" -I"D:\01_Projekte\90_Repositorys\VW_Licht\8_Gewerke\89_Studenten\892_Stefan_Hoelzner\8923_RedesignLichtsensor\Entwurf\Software\workspaceDAVE3\SDcardRun2\Dave\Generated\inc\DAVESupport" -I"D:\01_Projekte\90_Repositorys\VW_Licht\8_Gewerke\89_Studenten\892_Stefan_Hoelzner\8923_RedesignLichtsensor\Entwurf\Software\workspaceDAVE3\SDcardRun2\Dave\Generated\inc\MOTORLIBS" -O0 -ffunction-sections -Wall -std=gnu99 -mfloat-abi=softfp -Wa,-adhlns="Dave/Generated/src/DAVESupport/DAVE3.o.lst" -c -fmessage-length=0 -MMD -MP -MF"Dave/Generated/src/DAVESupport/DAVE3.d" -MT"Dave/Generated/src/DAVESupport/DAVE3.d Dave/Generated/src/DAVESupport/DAVE3.o" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mthumb -g3 -gdwarf-2 -o "Dave/Generated/src/DAVESupport/DAVE3.o" "../Dave/Generated/src/DAVESupport/DAVE3.c"
In file included from ../Dave/Generated/src/DAVESupport/../../inc/DAVESupport/../../inc/FATFS002/FATFS002.h:77:0,
from ../Dave/Generated/src/DAVESupport/../../inc/DAVESupport/DAVE3.h:84,
from ../Dave/Generated/src/DAVESupport/DAVE3.c:62:
../Dave/Generated/src/DAVESupport/../../inc/DAVESupport/../../inc/FATFS002/../../src/FATFS002/Src/ff.h:61:69: fatal error: ../../../inc/FATFS004/integer.h: No such file or directory
compilation terminated.
make: *** [Dave/Generated/src/DAVESupport/DAVE3.o] Error 1


The integer.h file exists in directory and is readable. Your SLTHA001 example project works fine - no error during compiling.
What is my mistake??

Thanks for your answers!
0 Likes
1 Reply
Not applicable
Hi,

This does not happen on my DAVE.
Did you make any changes on the settings or directory path?
If no, perhaps your project is corrupted.
You can try create a new project again and see if the same things happen.
0 Likes