gcc-arm-none-eabi-4_9 on bash in Windows10

Asked by Alberto

I need to install gcc-arm-none-eabi-4_9-2015q3 in Ubuntu bash on Windows10, because the newest update gcc6 is not supported by the PX4 firmware I'm trying to compile.
The recommended way to install the 2015q3 release of arm-gcc is from the terry.guo repository, because the executable file "gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc" does not run with Ubuntu on Windows10.
However, the terry.guo repository is no longer available.
Is there a way to install arm-gcc-4.9 by simply adding a repository and running the command "apt-get install", as suggested for more recent updates?

Question information

Language:
English Edit question
Status:
Expired
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Thomas Preud'homme (robotux) said :
#2

Hi Alberto,

When using the Linux tarball for 2015q3 (the one which you say does not run on Ubuntu on Windows10), what does ldd on the arm-none-eabi-gcc binary gives you?

Best regards.