Hi All
I am using imx6q sabre board.
In that I have loaded timesys linux code.
When I tried to run a .c file its showing gcc not found.
When I tried to install using apt-get command ,it is also showing gcc not found error.
Could anyone plz assist me.
Regards
Divya
Solved! Go to Solution.
You need to add GCC component to your Linux with the BSP.
For example using LTIB it can be done these commands:
./ltib -p gcc -m prep
./ltib -p gcc -m scbuild
./ltib -p gcc -m scdeploy
Have a great day,
Victor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------