Skip to content

Commit

Permalink
Add notes on success/fail TARGETs. Add Penguin to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvanpelt committed Jan 12, 2015
1 parent b261f1a commit 90a36ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/development/Building in Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@ sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
sudo apt-get update
```

For Ubuntu 14.10 (current release, called Utopic Unicorn), you should pin:
```
sudo apt-get install gcc-arm-none-eabi=4.9.3.2014q4-0utopic12
```

For Ubuntu 14.04 (an LTS as of Q1'2015, called Trusty Tahr), you should pin:
```
sudo apt-get install gcc-arm-none-eabi=4.9.3.2014q4-0trusty12
```

For Ubuntu 14.10 (current release, called Utopic Unicorn), you should pin:
For Ubuntu 12.04 (previous LTS, called Precise Penguin), you should pin:
```
sudo apt-get install gcc-arm-none-eabi=4.9.3.2014q4-0utopic12
sudo apt-get install gcc-arm-none-eabi=4.9.3.2014q4-0precise12
```

## Building on Ubuntu
Expand Down Expand Up @@ -63,4 +68,7 @@ make clean TARGET=NAZE
make
```

## Notes
There are compiler issues with at least the Sparky target.

Credit goes to K.C. Budd for doing the long legwork that yielded this very short document.

0 comments on commit 90a36ae

Please sign in to comment.