We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I try to compile the crossbridge-master project on 10.7.5, but I have this error :
Failed to build: extratools make[1]: *** [all_with_local_make] Error 1 make: *** [all] Error 2
and in the extratools log file :
Making init.c ar: creating archive libgdb.a mkdir ./python mkdir ./python/gdb mkdir ./python/gdb/command make[2]: *** [extratools] Error 2
Do you have an idea to compile it ?
Best regards, Philippe
The text was updated successfully, but these errors were encountered:
some more informations :
MAC OSX 10.7.5 Xcode 4.6.3 the last crossbridge version (get zipped)
Sorry, something went wrong.
Try to identify which sub-target fails and just bypass that one. Say checking genfs. $> make genfs
No branches or pull requests
Hi,
I try to compile the crossbridge-master project on 10.7.5, but I have this error :
Failed to build: extratools
make[1]: *** [all_with_local_make] Error 1
make: *** [all] Error 2
and in the extratools log file :
Making init.c
ar: creating archive libgdb.a
mkdir ./python
mkdir ./python/gdb
mkdir ./python/gdb/command
make[2]: *** [extratools] Error 2
Do you have an idea to compile it ?
Best regards,
Philippe
The text was updated successfully, but these errors were encountered: