This is the mail archive of the gcc-help@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]

Creating P4 code on a P3 (gcc3.1)



I am having difficulty compiling for my P4 machine.
I get the following assembler error messages when i compile with 
-march=pentium4.

 > cczA5DS6.s: Assembler messages:
 > .s:2898: Error: no such 386 instruction: `cvtsi2sd 420(%esp),%xmm2'
 > .s:2899: Error: no such 386 instruction: `movsd %xmm2,88(%esp)'
 > .s:2905: Error: no such 386 instruction: `movsd 88(%esp),%xmm1'
etc. ...

I shouldn't have to build gcc as a cross-compiler do I?
(My compile machine is a dual cpu P3 with lots of RAM, but i need
to ship product to P3s P4s and Athlon's.)

-- 
Philip Klunzinger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]