SEARCH
TOOLBOX
LANGUAGES
modified on 1 June 2015 at 14:00 ••• 80,875 views

Bambino-210 Manual/Offline Toolchains

From Manuals

(Difference between revisions)
Jump to: navigation, search
(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

Keil MDK with Library Source


NEXT: Hardware

PREVIOUS: Getting Started