This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi there I was about to compile my litte program for my CPU board based on PowerPC8250, when I got the following message: C:\test2>ccppc -mstrict-align -ansi -nostdinc -fvolatile -fno-builtin -fno-for-s cope -mcpu=603e-fno-ident -save-temps -fpic -o am29f010.out am29f010.c Gas failure, reloc value 26 am29f010.s: Assembler messages: am29f010.s:324: Internal error, aborting at targ-cpu.c line 4359 Please report this bug. ccppc: Internal compiler error: program as got fatal signal 1 C:\test2> The actual code is attached (See attached file: AM29F010.C) I would be wery glad if you can solve what is wrong there. The purpose of the code is to be a flash-programming algorithm that is downloaded to the CPU:s internal memory. It then gets data from a debugger through the JTAG and writes that to the flash memory. The code is wirtten by the manufactures of the debugger, Lauterbach. Regards Kjell Sand ABB Oy, Substation Automation +358 50 3342350
Attachment:
AM29F010.C
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |