Beagle Board XM does not come with gcc!

Hi All:

    I'm sitting here running my new BB-XM trying to recompile the apps
I made on my BB-C4. I don't have a c complier. opkg does not list any
available gcc compliers. Is there a repository I have to add to ....
well someplace in /etc/opkg I would imagine but don't know where. No
make either, nor any gtk-dev packages.

   Am I doomed to crosscompile or develop on my BB-C4?

What am I missing?
Andrew

As I remember I have installed gcc before making any compile

did you try to install the gcc like sudo apt-get install gcc ?

2011/4/26 Andrew Tubbiolo <andrew.tubbiolo@gmail.com>

Hi All:

   I'm sitting here running my new BB-XM trying to recompile the apps
I made on my BB-C4. I don't have a c complier. opkg does not list any
available gcc compliers. Is there a repository I have to add to ....
well someplace in /etc/opkg I would imagine but don't know where. No
make either, nor any gtk-dev packages.

'opkg update' first

  Am I doomed to crosscompile or develop on my BB-C4?

Crosscompiling is really easy if you can follow instructions. See the steps at http://www.angstrom-distribution.org/building-angstrom

'opkg update' first

   That was it! Thanks!

> Am I doomed to crosscompile or develop on my BB-C4?

Crosscompiling is really easy if you can follow instructions. See the steps athttp://www.angstrom-distribution.org/building-angstrom

   Will do because now I want to write a small kernel module, so I
need this as well..

Thankx
Andrew