mattiasw2 / teyjus

Automatically exported from code.google.com/p/teyjus
GNU General Public License v3.0
0 stars 0 forks source link

libsim.a(loadmodtab.o) cputype (7) does not match previous archive members cputype (16777223) (all members must match) #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am installing on a MacBook Pro A1229, running Mac OS X Lion.

Running omake for second time:

$ omake all

*** omake: reading OMakefiles
*** omake: finished reading OMakefiles (0.59 sec)
- build source libsim.a
+ ranlib libsim.a
/usr/bin/ranlib: archive member: libsim.a(loadmodtab.o) cputype (7) does not 
match previous archive members cputype (16777223) (all members must match)
*** omake: 967/1085 targets are up to date
*** omake: failed (1.72 sec, 0/150 scans, 1/213 rules, 1/1496 digests)
*** omake: targets were not rebuilt because of errors:
   source/libsim.a

Original issue reported on code.google.com by tombande...@gmail.com on 26 Oct 2011 at 5:54

GoogleCodeExporter commented 9 years ago

Original comment by zacharyr...@gmail.com on 14 Jun 2012 at 9:25

GoogleCodeExporter commented 9 years ago
Hi,

In case of this is still useful, the following should work:
export CFLAGS="--disable-asm-optimizations"
omake

Original comment by fafounet@gmail.com on 26 Aug 2013 at 10:20

GoogleCodeExporter commented 9 years ago
Please reopen if the previous did not fix the issue

Original comment by fafounet@gmail.com on 30 Dec 2014 at 11:38