-
Notifications
You must be signed in to change notification settings - Fork 3k
Makefile - lpc1768 does not build #2460
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
Comments
I wasn't able to replicate this issue. |
I was not able to reproduce this issue. |
False alarm, my paths were corrupted thus arm-none-eabi-gcc was not found - I found once I was trying to use gcc in the command line (in the above was g++). Can we add a check if gcc/g++ is in present and fail prematurely in the Makefile? |
From a performance perspective, this is not going to make any difference. This is actually a bit difficult, as there is no cross platform which/where and the errors returned on multiple platforms are very different. |
…..09d9e24 09d9e24 Merge branch 'release_internal' into release_external 9a3278a Removed Black list reject from wi-sun neighbour request function 76fc9d7 Support SLAAC addressing method for Wi-SUN Border router 71c8bde Modified Wi-SUN etx to wait for Probes b720fbd Wi-SUN discovery and address registration update e73c808 Merge pull request ARMmbed#2460 from ARMmbed/sync_with_mbed_os 7994d95 If PMK and PTK are not set do not store keys to NVM f8813e2 Follow Mbed OS coding style f6ed877 (via mbedos) Possible invalid memory access on memcpy 40dc215 Set frame counter increment to 1000000 a57acc8 ETX update 5373de2 EAPOL parent TX feilure is reorder candidate list. 6b0e264 Allowed separate default settings in WS API 850252b Fixed EAPOL brodcast synch at border router device. 2c1c077 Corrected unit test 16e38ce Changed EAPOL negotiation limit on small nw to 20 21af923 Wi-sun ETX update 80e13f4 Changed EAP-TLS retry trace to info trace level 52a5018 WS: Use special retry configuration when discovery is started (ARMmbed#2450) git-subtree-dir: features/nanostack/sal-stack-nanostack git-subtree-split: 09d9e24
…879e6d..09d9e24 09d9e24 Merge branch 'release_internal' into release_external 9a3278a Removed Black list reject from wi-sun neighbour request function 76fc9d7 Support SLAAC addressing method for Wi-SUN Border router 71c8bde Modified Wi-SUN etx to wait for Probes b720fbd Wi-SUN discovery and address registration update e73c808 Merge pull request ARMmbed#2460 from ARMmbed/sync_with_mbed_os 7994d95 If PMK and PTK are not set do not store keys to NVM f8813e2 Follow Mbed OS coding style f6ed877 (via mbedos) Possible invalid memory access on memcpy 40dc215 Set frame counter increment to 1000000 a57acc8 ETX update 5373de2 EAPOL parent TX feilure is reorder candidate list. 6b0e264 Allowed separate default settings in WS API 850252b Fixed EAPOL brodcast synch at border router device. 2c1c077 Corrected unit test 16e38ce Changed EAPOL negotiation limit on small nw to 20 21af923 Wi-sun ETX update 80e13f4 Changed EAP-TLS retry trace to info trace level 52a5018 WS: Use special retry configuration when discovery is started (ARMmbed#2450) 7e3b99c Merge branch 'release_internal' into release_external 50b7a64 Key update to MAC is forced when nw name changes f1f46f3 Corrected identifier range alloc and added define for timeout f836d1d FHSS WS: spread broadcast messages better on BC channel (ARMmbed#2449) 9a1b353 Merge branch 'release_internal' into release_external 5e40cb3 Fix 0 length domain search list f0f5131 Fixed coverity issue. 81b94e5 Added test harness API for set temporary neighbour lifetime longer b969fa3 Merge branch 'release_internal' into release_external b66b834 Timed parent selection update git-subtree-dir: connectivity/nanostack/sal-stack-nanostack git-subtree-split: 09d9e24
…..09d9e24 09d9e24 Merge branch 'release_internal' into release_external 9a3278a Removed Black list reject from wi-sun neighbour request function 76fc9d7 Support SLAAC addressing method for Wi-SUN Border router 71c8bde Modified Wi-SUN etx to wait for Probes b720fbd Wi-SUN discovery and address registration update e73c808 Merge pull request ARMmbed#2460 from ARMmbed/sync_with_mbed_os 7994d95 If PMK and PTK are not set do not store keys to NVM f8813e2 Follow Mbed OS coding style f6ed877 (via mbedos) Possible invalid memory access on memcpy 40dc215 Set frame counter increment to 1000000 a57acc8 ETX update 5373de2 EAPOL parent TX feilure is reorder candidate list. 6b0e264 Allowed separate default settings in WS API 850252b Fixed EAPOL brodcast synch at border router device. 2c1c077 Corrected unit test 16e38ce Changed EAPOL negotiation limit on small nw to 20 21af923 Wi-sun ETX update 80e13f4 Changed EAP-TLS retry trace to info trace level 52a5018 WS: Use special retry configuration when discovery is started (ARMmbed#2450) 7e3b99c Merge branch 'release_internal' into release_external 50b7a64 Key update to MAC is forced when nw name changes f1f46f3 Corrected identifier range alloc and added define for timeout f836d1d FHSS WS: spread broadcast messages better on BC channel (ARMmbed#2449) 9a1b353 Merge branch 'release_internal' into release_external 5e40cb3 Fix 0 length domain search list f0f5131 Fixed coverity issue. 81b94e5 Added test harness API for set temporary neighbour lifetime longer b969fa3 Merge branch 'release_internal' into release_external b66b834 Timed parent selection update git-subtree-dir: features/nanostack/sal-stack-nanostack git-subtree-split: 09d9e24
python tools\project.py -m LPC1768 -i gcc_arm -n MBED_10 -b
Error output:
Looks like the paths are wrong (VPATH is set to ..) and -I paths are referencing not valid paths.
cc @sarahmarshy @theotherjimmy
The text was updated successfully, but these errors were encountered: