Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Using Buildroot generated toolchain on different machine without Buildroot environment
@ 2012-06-26 15:05 Aleksandar Zivkovic
  2012-06-26 15:19 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Aleksandar Zivkovic @ 2012-06-26 15:05 UTC (permalink / raw)
  To: buildroot

Hi all,

I'm trying to extract the toolchain generated by Buildroot in order to 
use it on other machines without Buildroot environment. Thought this is 
simple and did the following way:
* generate toolchain outside Buildroot (BR2_HOST_DIR="$(TOPDIR)/../host")
* use files from $(TOPDIR)/../host on other machine

To test my procedure I modified toolchainfile.cmake file with paths on 
other machine and started cmake -DCMAKE_TOOLCHAIN_FILE="..." .
Unfortunately this doesn't work :( cmake is not able to generate 
makefiles complaining on the following:
i686-linux-gcc: error trying to exec 'cc1': execvp: No such file or
   directory

Google shows posts on this problem but I have a feeling that I missed 
the idea on how to isolate toolchain for usage on other machines so 
would like to ask help from you.

Thank you in advance,
Aleksandar

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

end of thread, other threads:[~2012-06-27 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-26 15:05 [Buildroot] Using Buildroot generated toolchain on different machine without Buildroot environment Aleksandar Zivkovic
2012-06-26 15:19 ` Thomas Petazzoni
2012-06-26 15:48   ` Grant Edwards
2012-06-26 15:58     ` Thomas Petazzoni
2012-06-27 22:03       ` Aleksandar Zivkovic

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