Running example programs on BeagleBoard

Hi friends...
This is my first post on this forum, though I was frequently visiting
and getting lot of information from here.

I'm trying to run some program BeagleBoard-Xm which uses DSP. As an
initial step, I've installed C6Run tools on my Host.
I've copied the example programs on SD card and tried to execute the
programs on BeagleBoard.

I've encountered following errors-

1) problem in executing 'loadmodules.sh'

Amit Dharmapurikar wrote:

root@beagleboard:/opt# ./
loadmodules.sh

[ 121.728668] CMEM Range Overlaps Kernel Physical - allowing
overlap
[ 121.735168] CMEM phys_start (0x86300000) overlaps kernel
(0x80000000 -> 0xa0)
[ 121.743072] CMEMK Error: Failed to request_mem_region(0x86300000,
30408704)
insmod: error inserting './cmemk.ko': -1 Bad
address

----------------------------------------------------------------------------------
Please let me know the reasons for the errors...

your kernel command line is wrong, it should have something like mentioned
here:

http://www.angstrom-distribution.org/demo/beagleboard/

Thanks Vladimir ...

hello

i am compiling a simple hello world program on beagleboard C3 and I am getting this error:

arm-angstrom-linux-gnueabi-gcc hello.c

/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/…/…/…/…/arm-angstrom-linux-gnu
eabi/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status

I have tried to fix it by running this command ln -s /lib/libgcc_s.so.1 /usr/lib/libgcc_s.so.1
as there was a symbolic link missing.

unfortunately I still have the same problem.
can anyone possibly provide me with a solution to fix this matter

many thanks
amine

Amine Bouzidi wrote:

hello

  i am compiling a simple hello world program on beagleboard C3 and I am getting this error:

arm-angstrom-linux-gnueabi-gcc hello.c

/usr/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnu
eabi/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status

spamming the mailing list with your
question will not get it answered faster...