View Single Post
Old 08-17-2012, 01:25 AM   #58
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
In case you are not aware of it, I used this patch a long time ago (when I first install CodeSourcery for a different ARM device):
Quote:
https://www.ridgerun.com/developer/w...ain_2009q1-203

Using bash instead of dash

By default on Ubuntu systems, /bin/sh is linked to /bin/dash and that causes problems with certain versions of the toolchain and some SDK build scripts. Run the following commands to switch to using bash:
sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh
This may prevent possible build problems on Ubuntu-based systems such as Linux Mint.

Last edited by geekmaster; 08-17-2012 at 01:31 AM.
geekmaster is offline   Reply With Quote