[parisc-linux] crt0.S does not build

Grant Grundler grundler@cup.hp.com
Fri, 28 Apr 2000 13:30:09 -0700 (PDT)


Hi all,

I'm trying to get builds working on a new x86 box.
I've built/installed binutils and gcc (--prefix=/opt/puffin).
I'm able to build linux-2.3 kernels but palo dies with:
make[1]: Leaving directory `/linux/grundler/palo/palo'
cd ipl && make
make[1]: Entering directory `/linux/grundler/palo/ipl'
hppa1.1-linux-gcc -D__ASSEMBLY__  -traditional -c -o crt0.o crt0.S
crt0.S: Assembler messages:
crt0.S:4: Error: Unknown opcode: `execution'
crt0.S:6: Error: Unknown opcode: `we'
crt0.S:8: Fatal error: Unknown opcode: `$start$(interactive, endaddr)'
make[1]: *** [crt0.o] Error 1
make[1]: Leaving directory `/linux/grundler/palo/ipl'
make: *** [makeipl] Error 2

It seems the assembler is not interpreting the ';' as comments.
Is the crt0.S broken or my assembler?

thanks,
grant

ps. paul: my source is on hpisp747:/linux/grundler . I updated/copied
   the CVS sources over from my existing HP-UX build machine.