[Buildroot] Incorrect ABI setting on ubuntu 14.04LTS

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 3 09:33:16 UTC 2014


Dear Baruch Siach,

On Thu, 3 Jul 2014 12:24:20 +0300, Baruch Siach wrote:

> > What is the output of:
> > 
> > echo 'int main(void) {}' | arm-linux-gnueabihf-gcc -x c -o /dev/null
> >
> > on the problematic machine?
> 
> Forgot a dash. The command should be:
> 
> echo 'int main(void) {}' | arm-linux-gnueabihf-gcc -x c -o /dev/null -

You should maybe indicate that this has to be done with the
arm-linux-gnueabihf-gcc compiler downloaded and installed by Buildroot,
so:

	./output/host/opt/ext-toolchain/bin/arm-linux-gnueabihf-gcc

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list