Talk:MMC MP3 Player
From NutWiki
Link error
EIR, NutOS 4.8.0:
Compiler Error:
C:\ethernut-4.8.0\nutapp_eir10c\testcode>make all arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=testcode.lst -DELEKTOR_IR1 -I../../nutbld_eir10c/include -I../../nut/include testcode.c -o testcode.o arm-elf-gcc testcode.o -mcpu=arm7tdmi -nostartfiles -T../../nut/arch/arm/ldscripts/at91sam7se512_rom.ld -Wl,-Map=testcode.map,--cref,--no-warn-mismatch -L../../nutbld_eir10c/lib -Wl,--start-group ../../nutbld_eir10c/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -lnutcontrib -Wl,--end-group -o testcode.elf testcode.o: In function `main': testcode.c:(.text+0x3d4): undefined reference to `devVsCodec' collect2: ld returned 1 exit status make: *** [testcode.elf] Error 1
This error was caused by the change in the SPI driver framework and had been corrected.
--Harald 12:40, 11 March 2009 (CET)
