-
Notifications
You must be signed in to change notification settings - Fork 0
Home
masiko edited this page Aug 13, 2015
·
3 revisions
The following steps were performed on Ubuntu 14.04 LTSx64.
-
Get gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2
-
tar -xjvf gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2 => mv ./gccarm-none-eabi-4_9-2014q4 ~/Xdir
-
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
-
vi ~/.bash_profile
PATH = $PATH:/home/user-name/...../xdir/gccarm-none-eabi-4_9-2014q4/bin export PATH
-
source ~/.bash_profile
-
cd ~/.../export-mbed-program-dir
-
make
-
undefined reference to `__wrap_main'
./mbed is old => reexport program