undefined reference to `shm_open'

2009-12-15 Thread Niko Lau
reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built with the same compiler without any error. Can someone give me a hint what the problem is. Since it works with a glibc compiler i think the problem is the uclibc. THX Niko

Re: undefined reference to `shm_open'

2009-12-15 Thread Lennart Sorensen
-lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built with the same compiler without any error. Can someone give me a hint what the problem is. Since it works with a glibc compiler i think

Re: undefined reference to `shm_open'

2009-12-15 Thread Niko Lau
../libv4l2/include -L../libv4l2/lib  -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built with the same compiler without any error. Can someone give me a hint what

Re: undefined reference to `shm_open'

2009-12-15 Thread Lennart Sorensen
the following error: arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include -L../libv4l2/lib  -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built

Re: undefined reference to `shm_open'

2009-12-15 Thread Ian Harrold
with that lib I get the following error: arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include -L../libv4l2/lib -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1

Re: undefined reference to `shm_open'

2009-12-15 Thread Carlo Zinato
-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include -L../libv4l2/lib -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built with the same compiler without any error

Re: undefined reference to `shm_open'

2009-12-15 Thread Carmelo AMOROSO
: undefined reference to `shm_open' collect2: ld returned 1 exit status make: *** [test] Fehler 1 The lib is built with the same compiler without any error. Can someone give me a hint what the problem is. Since it works with a glibc compiler i think the problem is the uclibc. The man page

Re: undefined reference to `shm_open'

2009-12-15 Thread Carmelo AMOROSO
compiler. When I link a appl with that lib I get the following error: arm-linux-uclibc-gcc -Wall -O2 -g -I../libv4l2/include -L../libv4l2/lib -o capture capture.c -lv4l2 -lv4lconvert ../libv4l2/lib/libv4lconvert.so: undefined reference to `shm_open' collect2: ld returned 1 exit status make