I used ld -r -o dvbdrv_inf.o audio.o video.o demux.o thenpowerpc-405-linux-gnu-g++ -Wall -O3 -mcpu=405 -msoft-float -mmultiple -mstring -pipe -l pthread -o myprog main.o config.o ecm.o dvbdrv_inf/dvbdrv_inf.o
I am wondering if it is related to the fact that I use g++ ?? Because the other app using this driver uses gcc
Thanks, Gui