Angstrom demo image source to compile dsplink

Message bodyHello,

I have a Beagleboard with the Angstrom DEMO image, 2.6.32 #3.
I’m trying to compile dsplink_1_65_00_03 for Beagleboard on a fedora machine. After I configuring dsplink, I went into gpp/src directory and did make.
The compilation failed it could not find the kernel…

gpp must be compiled against the kernel running on Beagleboard. Where can I get the Angstrom demo kernel source and corresponding patches ?..also…
Do I need to compile the kernel before I compile the dsplink…? OR Do I need to have PSP from TI ? Ane reference or help would be appreciated.

thanks,

That's just a matter of 'bitbake ti-dsplink' if you're following the guide at http://www.angstrom-distribution.org/building-angstrom. That will take care of building the kernel, etc as well.

Thanks....I was trying that task in parallel also......and I got this
error msg when I compiled.....

gcc -isystem/home/sda/beagleboard/Angstrom/setup-scripts/build/tmp-

angstrom_2008_1/sysroots/i686-linux/usr/include -O2 -g -Wunused -Wall -
static -L/home/sda/beagleboard/Angstrom/setup-scripts/build/tmp-
angstrom_2008_1/sysroots/i686-linux/usr/lib -Wl,-rpath-link,/home/sda/
beagleboard/Angstrom/setup-scripts/build/tmp-angstrom_2008_1/sysroots/
i686-linux/usr/lib -Wl,-rpath,/home/sda/beagleboard/Angstrom/setup-
scripts/build/tmp-angstrom_2008_1/sysroots/i686-linux/usr/lib -Wl,-O1 -
o insmod.static insmod.o libmodtools.a

/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
make: *** [insmod.static] Error 1
+ die 'oe_runmake failed'
+ oefatal 'oe_runmake failed'
+ echo FATAL: 'oe_runmake failed'
FATAL: oe_runmake failed
+ exit 1

thanks

yum install glibc-static

Thanks....did work.