Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] ARM cross compiler path error "no such file or directory"
@ 2017-07-06 14:34 Mark Jackson
  2017-07-06 15:35 ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Jackson @ 2017-07-06 14:34 UTC (permalink / raw)
  To: buildroot

I can successfully compile "beaglebone_defconfig".

$ make clean
$ make beaglebone_defconfig
$ make

And in output/host/usr/bin, I can find all the "arm-linux-xyz" cross compiler tools (gcc, strings, strip, etc).

But when I try to use these to compile my own code, I get an error as follows:-

$ which arm-linux-gcc
/home/mpfj/buildroot/output/host/usr/bin/arm-linux-gcc
$ arm-linux-gcc
/home/mpfj/buildroot/output/usr/bin/arm-linux-gcc.br_real: No such file or directory

Quite correctly, "output/usr/bin" doesn't exist ... the files are in "output/host/usr/bin"
                                                                             ^^^^

arm-linux-gcc is just a symlink to toolchain-wrapper, so toolchain-wrapper seems to be pointing to the wrong directory!!

I'm sure was working yesterday, but I did a "git pull" this morning, so it may be something quite recent ??

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-08 15:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 14:34 [Buildroot] ARM cross compiler path error "no such file or directory" Mark Jackson
2017-07-06 15:35 ` Thomas Petazzoni
2017-07-06 21:50   ` Arnout Vandecappelle
2017-07-07  7:24     ` Thomas Petazzoni
2017-07-07  7:43       ` [Buildroot] [PATCH] toolchain-wrapper: fix breakage after host/usr removal Arnout Vandecappelle
2017-07-07 11:12         ` Mark Jackson
2017-07-07 11:58         ` Thomas Petazzoni
2017-07-08 14:08     ` [Buildroot] ARM cross compiler path error "no such file or directory" Marcus Hoffmann
2017-07-08 15:20       ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox