Angstrom toolchain download

I’m downloading a toolchain from the Angstrom site. It is downloading at less than 20kb/s. To confirm it’s not my connection speed, I started a DL from TI’s SDK area. 1.5gb download at 1.5mb/s and its almost done.

Is there anywhere else to get the angstrom toolchains? Is this stuff hosted on someones 56k modem connected 386?

mark

If you'd provide the link to the download I'll see what kind of speeds I get...

----- Message from mei7stro57@gmail.com ---------

I’m using the link on this tutorial page:

http://treyweaver.blogspot.com/2010/10/setting-up-qt-development-environment.html

scroll down where it says:

For 32-bit Ubuntu you will want to download this file:
angstrom-2010.4-test-20100422-i686-linux-armv7a-linux-gnueabi-toolchain-qte-4.6.2.tar.bz2

Thanks,
Mark

I can confirm that the download speed is below 20 KB/sec for me as well.

----- Message from meistro57@gmail.com ---------

Thanks for the confirmation Jim. I noticed the dl speeds are better here…

http://us.feeds.angstrom-distribution.org/

but unfortunatly the toolchains are not hosted there.

To anyone with control over the toolchains location, can they be hosted somewhere else? Mabey on Git?

Thanks,
Mark

It's on a shared server, the remaning 99.99MBit/s of bandwidth are getting used for some popular android download.

You can generated a custom SDK with http://narcissus.angstrom-distribution.org/ or have a look at http://dominion.thruhere.net/koen/angstrom/toolchains/

regards,

Koen

Hi,
at http://dominion.thruhere.net/koen/angstrom/toolchains/
are only toolchains for 64 Bit Linux , right?
I don't think they will run in my 32-Bit Ubuntu?

Regards,
Joerg

Hi,
at Index of /koen/angstrom/toolchains
are only toolchains for 64 Bit Linux , right?

right

I don't think they will run in my 32-Bit Ubuntu?

No, they won't.

regards,

Koen

Hi,

Could you please point to some link with instructions on how to extract this 64 bit and instructions to build angstrom for DevKit8000?
Thanks

Regards,
Alex

Hi,

Could you please point to some link with instructions on how to extract this 64 bit

It's right there at http://www.angstrom-distribution.org/toolchains/

and instructions to build angstrom for DevKit8000?

The devkit people never bothered to push devkit support into angstrom, so no go. It would be really easy to add, though.

Hi,

I have finally build the angstrom console-image with this 64 bit tools, and it is working.
Bitbake seems to download the files, apply the patches, build the packages and remove the sources for some reason leaven only the patches.
I could not find the sources, and i would like to add my application to the rootfs and run it during init, how could i build and keep the sources and how could i add or find a basic recipe to add my app?

do_compile log:
arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/home/alex/angstrom/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/armv7a-angstrom-linux-gnueabi -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb2 -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -DCONFIG_VER=’“1.4”’ -DCONFIG_BT=’“2011.03.29-23:00+0000”’ -I/home/alex/angstrom/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/armv7a-angstrom-linux-gnueabi/tinylogin-1.4-r7/tinylogin-1.4 -I/home/alex/angstrom/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/armv7a-angstrom-linux-gnueabi/tinylogin-1.4-r7/tinylogin-1.4/include -DUSE_SYSTEM_PWD_GRP -DUSE_SYSTEM_SHADOW -c -o tinylogin.o tinylogin.c

Where should the sources be stored?

Regards,
Alex