Hi
@ChaviraI am using yocto to generate rootfs.
For cross-compiling my application, I am using cross compilation toolchain. I have downloaded this from the link given in the guide (
https://www.nxp.com/docs/en/user-guide/LSDKYOCTOUG.pdf ) page no 20.
Below steps I am following
1. I have my application code in /home/icomm/
2. so, in this I am running source /opt/fsl-qoriq/3.1/environment-setup-aarch64-fsl-linux
3. after that, make clean
4. make all
5.Now, I am getting error. I have already attached the Makefile and error screenshot.
I think some problem is there in Makefile.
Please help me in solving this problem.