Re: gcc using wrong as

2008-02-07 Thread Antoine Kaufmann
I wanted to recompile gcc for the new target. First I made the changes in Oops I fogot to write, that I'm talking about a cross compiler from my Linux x86_64 host to the i386-pc-lost target. I looked at the specs of the cross compiler and I remarked that it calls as hardcoded. But it makes

Re: gcc using wrong as

2008-02-07 Thread Jim Wilson
Antoine Kaufmann wrote: after some small changes. But when I tried to compile a simple Hello World, gcc failed with some assembler error messages about illegal operad size with some push instructions. As i guessed they seem to come from the host 64bit as. I compared the error messages by

gcc using wrong as

2008-02-06 Thread Antoine Kaufmann
Hello I'm working on a gcc port to a hobby operating system. I got it working partially (cc1 works and I think I'm not far from get the gcc frontend working). Now i wanted to rename my target from i386-elf-lost to i386-pc-lost because I was told that this would be more canonical. (I don't