Hello @Chavira ,
Thanks for your response.
We are facing the below issue while cross compiling .c applications for imx6 ULL arm platform on x86 linux host machine.
Please find the below error logs :
per_receive.c:6:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
compilation terminated.
per_sock.c:6:10: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
compilation terminated.
I tried to install the dependencies and packages using the command shared by you
"
$ sudo apt-get install gawk wget git-core diffstat unzip \
texinfo gcc-multilib \
build-essential chrpath socat cpio python python3 python3-pip \
python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 \
libegl1-mesa libsdl1.2-dev \
pylint3 xterm rsync curl zstd pzstd lz4c lz4 libssl-dev "
but we are getting the below prints as well :
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'git' instead of 'git-core'
Note, selecting 'python-is-python2' instead of 'python'
Note, selecting 'pylint' instead of 'pylint3'
E: Unable to locate package pzstd
E: Unable to locate package lz4c
Regards,