Results 1 to 3 of 3
  1. #1
    EmuTalk Member
    Join Date
    May 2005
    Posts
    14

    Amd64 compilation problem

    Hi everyone,



    I'm running Debian (linux) 2.6.11 on amd64.

    I'm not using the binary because of 32/64 bits library problems, so I thought about compiling it, but I get that error:

    benjalien@Autokrach:~/Desktop/emu64$ make
    gcc -DX86 -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall -pipe -c -o main/rom.o main/rom.c
    `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
    main/rom.c:1: erreur: le processeur sélectionné ne supporte pas le jeu d'instructions x86-64
    make: *** [main/rom.o] Erreur 1

    that could be translated in: ... the choosne processor doesn't support x86-64 instruction set...

    and thats quite annoying me...

    If anyone had any idea, I would apreciate it!

    Thanks


    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    EmuTalk Member
    Join Date
    Feb 2004
    Posts
    21
    In Makefile

    change
    Code:
    -mcpu
    to
    Code:
    -march
    It is on line 4 in my old version of the mupen source. Currently it says -mcpu=athlon. I would change it to -march=k8

  3. #3
    Moderator Hacktarux's Avatar
    Join Date
    Nov 2001
    Location
    France
    Posts
    1,174
    even if you compile it yourself, you should compile it as a 32 bit binary, mupen64 is not compatible with 64 bit architectures yet.

Similar Threads

  1. Ogre Battle 64 Map 6 problem
    By hsso in forum Project64
    Replies: 5
    Last Post: May 17th, 2005, 07:28
  2. Replies: 1
    Last Post: December 22nd, 2004, 10:13
  3. My PotatoChipAte
    By glVertex3f in forum Programming
    Replies: 235
    Last Post: September 12th, 2004, 05:36
  4. Replies: 0
    Last Post: December 14th, 2001, 17:52
  5. Super Smash Bros' small Problem...
    By Glurak in forum 1964
    Replies: 1
    Last Post: December 11th, 2001, 03:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •