Segher Boessenkool wrote: >> ././auto.inc:84655: Error: junk at end of line, first unrecognized >> character is >> `"' >> ././auto.inc:87289: Error: junk at end of line, first unrecognized >> character is >> `"' >> ././auto.inc:87293: Error: junk at end of line, first unrecognized >> character is >> `"' >> crt0.S:217: Error: junk at end of line, first unrecognized >> character is `"' >> crt0.S:220: Error: unknown pseudo-op: `.previous' > > Your assembler doesn't understand ELF-style asm dialect.
It looks like some \n vs \r\n problem. There's invisible junk at the end of every single line. Probably requires a patch to romcc or an extra "dos2unix" run. Stefan -- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
