Part Number: 66AK2G02
Tool/software: Linux
Hello Everyone,
I was trying the example of thread-ex.c given in process SDK getting started in the link.
software-dl.ti.com/.../Overview.html
but when i compiled
[linux-devkit]:~/ti-processor-sdk-linux-k2g-evm-04.03.00.05> arm-linux-gnueabihf-gcc ‘-lpthread’ thread.c -o thread
i am getting an error
arm-linux-gnueabihf-gcc: error: ‘-lpthread’: No such file or directory
I checked the folder
/ti-processor-sdk-linux-k2g-evm-04.03.00.05/linux-devkit/sysroots/x86_64-arago-linux/usr/bin
but there was no lpthread binary was there
is there anything wrong with my SDK or what?
thanks