Welcome, Guest. Please login or register.

Author Topic: Linux UAE vompile error  (Read 2211 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline falemagn

  • Sr. Member
  • ****
  • Join Date: May 2002
  • Posts: 269
    • Show all replies
    • http://www.aros.org/
Re: Linux UAE vompile error
« on: March 30, 2003, 09:26:22 PM »
Quote
hmmm seemst that i dont have the right compiler version.


Unfortunately the uae's assembly optimizer doesn't work with the assembly output of gcc 3.x, so you either use gcc 2.95, or you just disable assembly optimization. You can do that easily by issuing this command, once the compilation stops:

    cp cputmp.s cpufast.s

in the uae-/src directory, and then run "make" again.