Other Parts Discussed in Thread: MATHLIB, FFTLIB
Tool/software:
Hi Team,
How can I build and execute Mathlib,FFTlib and DSPlib kernels on baremetal?
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.
Prerequisites:
sudo apt update sudo apt install python3 sudo apt install python3-pip //check the versions python3 --version pip3 --version numpy : pip3 install numpy scipy : pip3 install scipy scikit-learn : pip3 install scikit-learn
Cmake Commands:
mathlib :
Reference : mathlib: build instructions
dsplib :
Reference : dsplib: build instructions
fftlib :
Reference : fftlib: build instructions
Note : To build for J721S2/J722S/J721E, replace the SOC option in the above examples to "j721s2/j722s/j721e" and make sure the corresponding SDK is downloaded and installed. Where, the supported build options are:
Run :
Regards,
Betsy Varughese