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
I just realised that commit 1570efc02cb2bd3aa2564e3a2ebe77249279af4b is incompatible with building on Yosemite and El Capitan.
1570efc02cb2bd3aa2564e3a2ebe77249279af4b
When trying to build, I get -static instead of -D__APPLE__ which causes the following:
-static
-D__APPLE__
gcc -Wall -static -o lpc21isp lpc21isp.c adprog.o lpcprog.o lpcterm.o ld: library not found for -lcrt0.o clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [lpc21isp] Error 1
To fix it, I have reverted that commit. Could you please fix that on your branch? Or maybe change that test to support both "darwin" and "Darwin" ?
The text was updated successfully, but these errors were encountered:
Still broken for macOS Sierra. Changing darwin to Darwin fix the problem as reported by @franciozzy.
darwin
Darwin
Sorry, something went wrong.
No branches or pull requests
I just realised that commit
1570efc02cb2bd3aa2564e3a2ebe77249279af4b
is incompatible with building on Yosemite and El Capitan.When trying to build, I get
-static
instead of-D__APPLE__
which causes the following:To fix it, I have reverted that commit. Could you please fix that on your branch? Or maybe change that test to support both "darwin" and "Darwin" ?
The text was updated successfully, but these errors were encountered: