Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Witam, mam problem z zainstalowaniem toolchaina dla ARMów. Jest to ARM EABI z tej strony http://www.codesourcery.com/sgpp/lite/arm/portal/release1294
po wydaniu komenty sh XXX.bin wyskakuje coś takiego:
Checking for required programs: awk grep sed bzip2 gunzip =============================================================== Error: DASH shell not supported as system shell =============================================================== The installer has detected that your system uses the dash shell as /bin/sh. This shell is not supported by the installer. You can work around this problem by changing /bin/sh to be a symbolic link to a supported shell such as bash. For example, on Ubuntu systems, execute this shell command: % sudo dpkg-reconfigure -plow dash Install as /bin/sh? No Please refer to the Getting Started guide for more information, or contact CodeSourcery Support for assistance. ===============================================================
wykonałem tą komendę dpkg i nic nie pomogło, używam zsh i wersji 64 bitowej systemu.
Offline
pokaz
ls -l /bin/sh
Ostatnio edytowany przez bercik (2010-05-15 12:45:17)
Offline
rm /bin/sh && ln -s /bin/bash /bin/sh
Ostatnio edytowany przez bercik (2010-05-15 12:55:19)
Offline