how to add gcc in my linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to add gcc in my linux

Jump to solution
1,055 Views
divyardharan
Contributor III

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

Tags (1)
0 Kudos
Reply
1 Solution
767 Views
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

View solution in original post

0 Kudos
Reply
2 Replies
768 Views
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 Kudos
Reply
767 Views
b36401
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply