so, it turns out that i've been doing something quite stupid. i
thought connecting the beagleboard to a computer that is connected to
the internet meant that the beagleboard was also connected to the
internet. the fact that the command "opkg list" generates a list of
available packages didn't help my confusion, since i thought the lists
was being generated by an internet connection.
so, i downloaded gcc_4.3.3-r1.1_armv7a.ipk from
http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gcc_4.3.3-r1.1_armv7a.ipk,
and when i run the file on the beagleboard, with command "opkg install
gcc_4.3.3-r1.1_armv7a.ipk", i get a dependency issue:
Installing gcc (4.3.3-r1.1) to root...
Collected errors:
* ERROR: Cannot satisfy the following dependencies for gcc:
* libgcc1 (>= 4.3.3) * libc6 (>= 2.6.1) *
does anyone know where these dependencies reside on the internet? i
want to download the files onto my local computer (because my
beagleboard doesn't have internet connection), then copy them onto an
SD card that i'd use in the beagleboard.
thanks,
roy
On Sep 22, 8:01 pm, janek <
jan.szyman...@eng.uts.edu.au> wrote:
> try:
>
> opkg update
> opkg install task-native-sdk
>
> hope this will help
>
> Jan
>
> On Sep 23, 7:56 am, Roy Vanegas <
roy.vane...@gmail.com> wrote:
>
> > thanks john.
>
> > i tried using opkg as root while connected to the internet, using the
> > following command
>
> > opkg installgcc
>
> > but that didn't work. the response from the beagleboard was:
>
> > An error ocurred, return value: -1090630732
>
> > when i do
>
> > opkg list
>
> > to list all the available installable commands for the beagleboard,
> >gccdoesn't show up. am i doing something wrong?
>
> > thanks,
> > roy
>
> > On Sep 22, 2:42 pm, John Beetem <
johnbee...@yahoo.com> wrote:
>
> > > Roy,
>
> > > I think theGCCcompiler referred to in the boot information:
>
> > > > Linux version 2.6.28-omap1 (root@tiioss) (gccversion 4.2.1
> > > > (CodeSourcery Sourcery G++ Lite 2
> > > > 007q3-51)) #2 Thu Feb 19 12:45:34 IST 2009
>
> > > is theGCCcross compiler used to create your Linux kernel. I think
> > > it ran on somebody's Intel Architecture PC, probably under Linux
> > > rather than Windows.
>
> > > I have heard that a nativeGCCfor the BeagleBoard is included in