OE toolchain set up successfully, what next?

Here for general support for B series TVs, request and problem solve area.
Post Reply

nbd
Posts: 161
Joined: Wed Jan 13, 2010 12:02 pm

OE toolchain set up successfully, what next?

Post by nbd »

Hello. I'm a bit lost. I followed the wiki and everything went fine. But I don't know what are the next steps if I want to compile stuff for the TV.

Some environment variables maybe?
nbd
Posts: 161
Joined: Wed Jan 13, 2010 12:02 pm

Re: OE toolchain set up successfully, what next?

Post by nbd »

After some brainwork and good old trial & error, I came up with working setup:

Code: Select all

export ARM_LINUX_GNUEABI=/home/tuimonen/nfs/oe/cross
export PATH="$ARM_LINUX_GNUEABI/bin":$PATH

export CC="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-gcc"
export CPP="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-cpp"
export CXX="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-g++"
export LD="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-ld"
export AR="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-ar"
export RANLIB="$ARM_LINUX_GNUEABI/bin/arm-linux-gnueabi-ranlib"
export LDFLAGS="-L$ARM_LINUX_GNUEABI/arm-linux-gnueabi/lib -L/home/tuimonen/samygo/lib"
export CPPFLAGS="-I$ARM_LINUX_GNUEABI/arm-linux-gnueabi/include -I/home/tuimonen/samygo/include"

./configure --target=arm-linux-gnueabi --prefix=/home/tuimonen/samygo --host=arm-linux-gnueabi
And compiled successfully at least the following libraries: popt-1.14, libusb-1.0.6, lirc-0.8.6, iguanaIR-1.0pre2 and they worked on the TV

Post Reply

Return to “[B] Support”