Error when assembling for AT91SAM9261EK

94 Views Asked by At

I am trying to compile an assembly program using the keil uVision platform. The program issupposed to run on an AT91SAM9261EK (I have modified the settings as intended) but I get the following error.

c:\Cygnus\Arm-Tools\lib\gcc-lib\arm-thumb-elf\3.3.1\collect2.exe: *** heap allocated but not at 0x7A0000
      2 [main] collect2 5428 sync_with_child: child 2964(0x124) died before initialization with status code 0x1 
  35657 [main] collect2 5428 sync_with_child: *** child state waiting for longjmp
collect2: ld returned 255 exit status
c:\Cygnus\Arm-Tools\lib\gcc-lib\arm-thumb-elf\3.3.1\collect2.exe: *** heap allocated but not at 0x7A0000
      2 [main] collect2 5428 sync_with_child: child 2964(0x124) died before initialization with status code 0x1
  35657 [main] collect2 5428 sync_with_child: *** child state waiting for longjmp
0

There are 0 best solutions below