Hi!
how do I build a toolchain from OE where I can develop applications
for the beagle board on the host by using a cross compiling gcc?
-Jochen
Hi!
how do I build a toolchain from OE where I can develop applications
for the beagle board on the host by using a cross compiling gcc?
-Jochen
I did it easily by running
bitbake console-image
than I got the image in my /deploy... directory and in
.../OE/angstrom-dev/cross/armv7a/bin
the complete toolchain.
Fabio
thanks,
i found it in oe/tmp.1/cross/armv7a/bin
it compiled a hello world program
-Jochen
OE Makes the toolchain, when you build any of the target packages, if
the toolchain does not exist yet.