Damn!
After reinstalling my System with GM Catalina, I am not able to build anything:
andi@Andis-iMac libretro-super % ./libretro-build-tvos-arm64.sh 2048
uname: illegal option – o
usage: uname [-amnprsv]
CC = cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk
CXX = c++ -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk
CXX11 = clang++ -std=c++11 -stdlib=libc++ -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk
CXX17 = clang++ -std=c++17 -stdlib=libc++ -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk
STRIP =
Compiler: CC=“cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk” CXX=“c++ -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk”
=== iOS ==
tvos-arm64
tvos-arm64
=== 2048
Building 2048…
cd “/Volumes/osX_DaTa/-=Benutzer=-/andi/Retroarch-Stuff/libretro-super/libretro-2048”
make -f Makefile.libretro platform=“tvos-arm64” -j7 clean
rm -f ./libretro.o ./game_noncairo.o ./game_shared.o 2048_libretro_tvos.dylib
make -f Makefile.libretro platform=“tvos-arm64” -j7 CC=“cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk” CXX=“c++ -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk”
cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk -isysroot -DGIT_VERSION="" b2b08a8"" -O2 -DNDEBUG -fPIC -c -olibretro.o libretro.c
cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk -isysroot -DGIT_VERSION="" b2b08a8"" -O2 -DNDEBUG -fPIC -c -ogame_noncairo.o game_noncairo.c
cc -arch arm64 -marm -mtvos-version-min=9.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS13.0.sdk -isysroot -DGIT_VERSION="" b2b08a8"" -O2 -DNDEBUG -fPIC -c -ogame_shared.o game_shared.c
clang: warningclang: warning: : no such sysroot directory: ‘-DGIT_VERSION=" b2b08a8"’ [-Wmissing-sysroot]clangno such sysroot directory: ‘-DGIT_VERSION=" b2b08a8"’ [-Wmissing-sysroot]: warning: no such sysroot directory: ‘-DGIT_VERSION=" b2b08a8"’ [-Wmissing-sysroot]
clang: clangwarning: warningclang: warning: : argument unused during compilation: ‘-mno-thumb’ [-Wunused-command-line-argument]
argument unused during compilation: ‘-mno-thumb’ [-Wunused-command-line-argument]
: argument unused during compilation: ‘-mno-thumb’ [-Wunused-command-line-argument]
game_shared.c:2:10: fatal error: ‘stdlib.h’ file not found
#include <stdlib.h>
^~~~~~~~~~
libretro.c:4:10: fatal error: ‘string.h’ file not found
#include <string.h>
^~~~~~~~~~
game_noncairo.c:5:10: fatal error: ‘string.h’ file not found
#include <string.h>
^~~~~~~~~~
1 error generated.
11 error generated.
error generated.
make: *** [game_shared.o] Error 1
make: *** Waiting for unfinished jobs…
make: *** [libretro.o] Error 1
make: *** [game_noncairo.o] Error 1
cp “2048_libretro_tvos.dylib” “/Volumes/osX_DaTa/-=Benutzer=-/andi/Retroarch-Stuff/libretro-super/dist/tvos-arm64/2048_libretro_tvos.dylib”
cp: 2048_libretro_tvos.dylib: No such file or directory
1 core(s) failed:
2048
andi@Andis-iMac libretro-super %
xcode-select -p
/Applications/Xcode.app/Contents/Developer
Installed Xcode from the App store
Thanks!!!
BTW. is the N64 core working now??