This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OMAP-L138: ti-processor-sdk-linux-omapl138-lcdk-06.03.00.106 on Ubuntu 22.04

Part Number: OMAP-L138

Hi,

I have a problem with building u-boot and kernel in ubuntu 22.04.

when i running arm-oe-linux-gnueabi-gcc, i get error "error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory"

If i directy put library path with environment "export LD_LIBRARY_PATH="/home/......./ti-processor-sdk-linux-omapl138-lcdk-06.03.00.106/linux-devkit/sysroots/x86_64-arago-linux/lib" i get "version `GLIBC_2.34' not found (required by make)"

build-essential libncurses5-dev and other 32-bit libraries already installed.

Any suggestions?