Xref: news2.mv.net comp.os.msdos.djgpp:5049 From: Andrew Burnside Newsgroups: comp.os.msdos.djgpp Subject: Probs with Cross Assembler Date: 15 Jun 1996 13:01:10 GMT Organization: University of Durham, Durham, UK. Lines: 12 Message-ID: <4puc6m$2b@mercury.dur.ac.uk> NNTP-Posting-Host: altair.dur.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have set up gcc and binutils as detailed in the FAQ, for a cross compiler. Host is a Sun4d, target 386 go32. When testing this with a helloworld program, I get the following error: Fatal error: Case value 3 unexpected at line 1557 of file "obj-format.c" The assembler source produced by gcc seems fine, the process only falls down on assembly. obj-format.c is part of gas. Any help appreciated. Andrew