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.

Compiler: AM3359 build error

Tool/software: TI C/C++ Compiler

Hello Community!

I installed the  SDK "ti-processor-sdk-linux-am335x-evm-06.01.00.08" to
build Linux solution for the Beagle-Bone.
So if I compile a example from SDK "ti154stack_linux_x64_3_40_00_10",
I get the error:

dirk@dirk-VirtualBox:~/ti/ti154stack_linux_x64_3_40_00_10/example/collector$ make bbb
make -f Makefile ARCH=bbb 
make[1]: Verzeichnis „/home/dirk/ti/ti154stack_linux_x64_3_40_00_10/example/collector“ wird betreten
Creating App: (bbb) bbb_collector
/home/dirk/ti-processor-sdk-linux-am335x-evm-06.01.00.08/linux-devkit/sysroots/x86_64-arago-linux/usr/bin
/../lib/gcc/arm-linux-gnueabihf/8.3.0/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lnv

So why I get this Error? I already installed gcc-8-arm-linux-gnueabihf  ...

Kind Regards

Dirk