Tool/software: Linux
Hello,
I own the OMAPL138-LCDK and wanted to build the SDK from scratch following these: tutorials.
My overall goal is to able to update my version of the kernel to 4.14 which the latest TI-Linux, since the the 4.9 kernel provided with the pre-built SDK doesn't have the UAC1 USB Audio modifications.
When I get to running "MACHINE=omapl138-lcdk bitbake arago-core-tisdk-image" it will throw the Machine selected isn't supported under the Linaro toolchain that's "gnueabihf."
"MACHINE=omapl138-lcdk bitbake arago-core-tisdk-image" starts to build and compile if I use Linaro toolchain with "gnueabi", however I receive 3 errors during the process in which it ends up terminating later.
This post has the same problems and identical build errors related to "zlib-1.2.8-r0 do_configure: Function failed: " and other libraries.
I then tried using the arago-toolchain instead of Linaro but when I add the arago-toolchain to the path, the "MACHINE=omapl138-lcdk bitbake arago-core-tisdk-image" commands fails saying there is no valid toolchain found in the path.
So I'm stuck, because I really need to update the Linux Kernel in order to utilize the latest patch UAC1 patch it contains.