Tool/software:
To Steven Werner or other TI support,
Hi, I am trying to run the Vision Apps and following the Build tutorial for Linux + RTOS. How many threads should I build with?
Looking forward to hearing back.
Thanks!
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.
Tool/software:
To Steven Werner or other TI support,
Hi, I am trying to run the Vision Apps and following the Build tutorial for Linux + RTOS. How many threads should I build with?
Looking forward to hearing back.
Thanks!
Thanks Nikhil
I got this error (Error 2) when I ran it with -j for both makes (attached image). Is that ok?
Hi,
It looks like the dependencies are not downloaded correctly.
Can you run the setup script before building the sdk?
ie. Step 4 in the below link
Vision Apps User Guide: Build Environment Setup
Regards,
Nikhil
Hi, sorry for taking long to respond.
I did step 4 when I set it up also did the setup again. Unfortunately it didn't work
Please let me know how i can resolve this. Thanks!
Hi,
May I know the ubuntu version you are building in? and the SDK version?
Regards,
Nikhil
Ubuntu version: 22.04.05 as specified by a TI engineer I got in contact with
SDK version: 10.00.00.05 (i am not sure if this is the number if I am wrong please let me know)
Hi,
Yes, this is the latest SDK.
After you ran the setup script as shown below
cd ${PSDKRA}
./sdk_builder/scripts/setup_psdk_rtos.sh
Did it generate all the gcc toochain, C7x compiler etc in /home/${USER}/ti folder?
If yes, then all you would have to do to build the sdk in the below
cd ${PSDKRA}/sdk_builder
make sdk_scrub -j
make sdk -j
Please ensure to keep the build path as it is shown above
Regards,
Nikhil