-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build cores using Xcode 6 GM #122
Comments
The following cores don't compile using Xcode 6:
|
Yup, fails for me too on Xcode 6.0.1 with the same error. Code at fault is in libco/armeabi.c. |
The only thing I could figure out is that the co_create uses C-linkeage while posix_memalign is probably C++ linked. Not sure these can mix. |
Can you retest it now? It should work now. |
Hello, Indeed the libco error is gone(what was the fix? I am having trouble finding the change) Where should I get the prec-build folder? Errors are: |
Disabling mame in the build script I am left with a different error, related to picodrive: clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -o picodrive_libretro_ios.dylib -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -marm -DIOS -DNO_ZLIB -fPIC -Wall -ggdb -falign-functions=2 -I. -DINLINE=inline -O2 -DNDEBUG -ffunction-sections -D_SVP_DRC -DEMU_F68K -D_USE_CZ80 -DDRC_SH2 platform/libretro/libretro.o platform/common/mp3.o platform/common/mp3_dummy.o zlib/gzio.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/deflate.o zlib/crc32.o zlib/adler32.o zlib/zutil.o zlib/compress.o zlib/uncompr.o unzip/unzip.o unzip/unzip_stream.o pico/pico.o pico/cart.o pico/memory.o pico/state.o pico/sek.o pico/z80if.o pico/videoport.o pico/draw2.o pico/draw.o pico/mode4.o pico/misc.o pico/eeprom.o pico/patch.o pico/debug.o pico/media.o pico/sms.o pico/cd/mcd.o pico/cd/cd_memory.o pico/cd/cd_sek.o pico/cd/cdc.o pico/cd/cdd.o pico/cd/cd_image.o pico/cd/cue.o pico/cd/gfx.o pico/cd/gfx_dma.o pico/cd/cd_misc.o pico/cd/pcm.o pico/32x/32x.o pico/32x/32x_memory.o pico/32x/32x_draw.o pico/32x/sh2soc.o pico/32x/pwm.o pico/pico/pico_pico.o pico/pico/pico_memory.o pico/pico/xpcm.o pico/carthw/carthw.o pico/carthw/svp/svp.o pico/carthw/svp/svp_memory.o pico/carthw/svp/ssp16.o pico/carthw/svp/stub_arm.o pico/carthw/svp/compiler.o pico/sound/sound.o pico/sound/sn76496.o pico/sound/ym2612.o pico/sound/mix.o cpu/fame/famec.o cpu/cz80/cz80.o cpu/drc/cmn.o cpu/sh2/sh2.o cpu/sh2/compiler.o cpu/sh2/mame/sh2pico.o -dynamiclib -lm |
The following cores still fail to compile with Xcode 6: build_libretro_mame078 build_libretro_picodrive |
+1 👍 |
+1 |
1 similar comment
+1 |
Update Aladdin.cht
When running libretro-build-ios.sh, I get the following error:
Has anyone been able to build using the latest Xcode?
The text was updated successfully, but these errors were encountered: