Skip to content
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

Can I get compiled binaries? #1

Open
m8928 opened this issue Mar 15, 2019 · 4 comments
Open

Can I get compiled binaries? #1

m8928 opened this issue Mar 15, 2019 · 4 comments

Comments

@m8928
Copy link

m8928 commented Mar 15, 2019

Can I get compiled binaries?

@s84088722
Copy link

keedeMacBook-Pro:ios kee$ make
mkdir -p obj
mkdir -p obj/allowdbg
mkdir -p obj/source/Host/common
mkdir -p obj/tools/debugserver/source
mkdir -p obj/tools/debugserver/source/MacOSX
mkdir -p obj/tools/debugserver/source/MacOSX/DarwinLog
mkdir -p obj/tools/debugserver/source/MacOSX/arm
mkdir -p obj/tools/debugserver/source/MacOSX/arm64
mkdir -p obj/tools/debugserver/source/MacOSX/i386
mkdir -p obj/tools/debugserver/source/MacOSX/ppc
mkdir -p obj/tools/debugserver/source/MacOSX/x86_64
aarch64-apple-darwin-gcc -c -I../../../tools/debugserver/source/MacOSX -I../../../tools/debugserver/source -I../../../tools/debugserver/source/MacOSX/DarwinLog -I../../../include -Iinc -Finc -Wparentheses -DWITH_LOCKDOWN -DWITH_FBS -DWITH_BKS -DDEBUGSERVER_PROGRAM_SYMBOL=dbgsrv64 -fno-objc-arc -std=c++11 -o obj/tools/debugserver/source/DNBError.o ../../../tools/debugserver/source/DNBError.cpp
make: aarch64-apple-darwin-gcc: No such file or directory
make: *** [obj/tools/debugserver/source/DNBError.o] Error 1

Can I get compiled binaries?

@Daemonceltics
Copy link

How can I get aarch64-apple-darwin-gcc.

@btpython
Copy link

btpython commented Jul 9, 2020

Yeah How i could get aarch64-apple-darwin-gcc ?

@swigger
Copy link
Owner

swigger commented Jul 10, 2020

I had put a some toolchain at https://github.com/swigger/gdb-ios/tree/github/sample_toolchain

Also, I just uploaded the source of wrapcc (which usually renamed to xxx-yyy-gcc to work), see https://github.com/swigger/wrapcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants