Bambino-210 Manual/Offline Toolchains
From Manuals
(Difference between revisions)
(→Rebuilding mbed Libraries) |
|||
| Line 7: | Line 7: | ||
==Rebuilding mbed Libraries== | ==Rebuilding mbed Libraries== | ||
| + | |||
| + | python workspace_tools/build.py -v -r -m LPC4330_M4 -t ARM | ||
| + | |||
| + | python workspace_tools/build.py -v -r -m LPC4330_M4 -t GCC_ARM | ||
==Keil MDK with Library Source== | ==Keil MDK with Library Source== | ||
Revision as of 05:10, 21 January 2015
Contents |
Offline Toolchains
Keil MDK
GCC-ARM
Rebuilding mbed Libraries
python workspace_tools/build.py -v -r -m LPC4330_M4 -t ARM python workspace_tools/build.py -v -r -m LPC4330_M4 -t GCC_ARM
