Browse Source

Updated mbed cortex porting (markdown)

pull/1334/head
tmk 9 years ago
parent
commit
4b46263952
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      mbed-cortex-porting.md

+ 5
- 1
mbed-cortex-porting.md View File

@ -1,5 +1,9 @@
## compile error: cstddef
with arm-none-eabi-gcc (4.8.2-14ubuntu1+6) 4.8.2
Experienced this with arm-none-eabi-gcc (4.8.2-14ubuntu1+6) 4.8.2 on ubuntu 14.04.
And resolved with 4.9.3 installed from:
https://launchpad.net/gcc-arm-embedded
https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
```
$ make -f Makefile.mbed


Loading…
Cancel
Save