While trying to port my first SDL program and getting pretty close to compilation, I stumbled on this error message :
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: ERROR: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o uses hardware FP, whereas mandel.elf uses software FP
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: Warning: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o does not support interworking, whereas mandel.elf does
No error: failed to merge target specific data of file C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: ERROR: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o uses hardware FP, whereas mandel.elf uses software FP
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: Warning: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o does not support interworking, whereas mandel.elf does
No error: failed to merge target specific data of file C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\lib\libgpos.a(gpos_core.o): In function `GpKernelInitialize':
gpos_core.o(.text+0x2b4): undefined reference to `GpMain'
collect2: ld returned 1 exit status
make: *** [mandel.elf] Error 1
anyone got any suggestions?
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: ERROR: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o uses hardware FP, whereas mandel.elf uses software FP
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: Warning: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o does not support interworking, whereas mandel.elf does
No error: failed to merge target specific data of file C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/cciiaaaa.o
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: ERROR: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o uses hardware FP, whereas mandel.elf uses software FP
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\bin\ld.exe: Warning: C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o does not support interworking, whereas mandel.elf does
No error: failed to merge target specific data of file C:\DOCUME~1\BRAMVE~1.VER\LOCALS~1\Temp/ccmmaaaa.o
c:\minigp32\bin\..\lib\gcc-lib\arm-agb-elf\3.2.2\..\..\..\..\arm-agb-elf\lib\libgpos.a(gpos_core.o): In function `GpKernelInitialize':
gpos_core.o(.text+0x2b4): undefined reference to `GpMain'
collect2: ld returned 1 exit status
make: *** [mandel.elf] Error 1
anyone got any suggestions?