nothingzz / iphonenes

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

Undefined symbols: _objc_msgSend_fpret #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make

What is the expected output? What do you see instead?
Should compile as with previous SVN revisions, instead I see the following:

arm-apple-darwin-cc  -lobjc -framework CoreFoundation -framework Foundation
-framework UIKit -framework LayerKit -framework CoreGraphics -framework
GraphicsServices -framework CoreSurface -framework CoreAudio -larmfp
-L/usr/lib -L/Developer/SDKs/iPhone/lib             -o NES src/main.o
src/NESApp.o src/MainView.o src/FileTable.o src/FileBrowser.o
src/EmulationView.o src/ScreenView.o src/InfoNES/K6502.o
src/InfoNES/InfoNES.o src/InfoNES/InfoNES_Mapper.o
src/InfoNES/InfoNES_pAPU.o src/InfoNES_iPhone.o src/ControllerView.o
/Developer/SDKs/iPhone/bin/arm-apple-darwin-ld: Undefined symbols:
_objc_msgSend_fpret
make: *** [NES] Error 1

What version of the product are you using? On what operating system?
SVN revision 35; Mac OS X 10.4.10 Intel; SVN revision 118 of the iPhone
toolchain from trunk

Please provide any additional information below.
I'm not sure this is a bug in iphonenes or in the toolchain (as
http://iphone.fiveforty.net/wiki/index.php/Toolchain_Project#libarmfp
mentions objc_msgSend_fpret may be broken still), but I was able to compile
iphonenes successfully with revision 34.

Original issue reported on code.google.com by GlowingA...@gmail.com on 24 Aug 2007 at 4:53