#6075 - Link - Fri May 16, 2003 4:22 pm
who can help me to understand this bad error:
Code: |
C:\devkitadv\bin>gcc -o test5.elf test5.c C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o: In function `main': C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x64): undefined reference to DMA_Copy' C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x90): undefined reference to DMA_Copy' C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x230): undefined reference to `mappaMap' collect2: ld returned 1 exit status C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o: In function `main': C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x64): undefined reference to DMA_Copy' C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x90): undefined reference to DMA_Copy' C:\DOCUME~1\marco\IMPOST~1\Temp/ccIdbaaa.o(.text+0x230): undefined reference to `mappaMap' C:\devkitadv\bin>objcopy -O binary test5.elf test5.bin objcopy: test5.elf: No such file or directory |