gcc for linux 2.6.35

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

gcc for linux 2.6.35

Jump to solution
1,054 Views
asifali
Contributor III

Hello all!

I have booted up the I.MX28 EVK from Linux SD card but there is no gcc in the linux. apt-get and yum etc is also not installed. From where can I download a binary gcc for my embedded Linux 2.6.35 and how to install it... Thanks all

Labels (6)
0 Kudos
1 Solution
662 Views
daiane_angolini
NXP Employee
NXP Employee

As I know, include gcc into rootfs is not a "common" practice.

Why would you need native build?

You can get a cross-compiler and use a PC to build your application, and then deploy it to your board.

View solution in original post

0 Kudos
1 Reply
663 Views
daiane_angolini
NXP Employee
NXP Employee

As I know, include gcc into rootfs is not a "common" practice.

Why would you need native build?

You can get a cross-compiler and use a PC to build your application, and then deploy it to your board.

0 Kudos