This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Partial Link


I used ld -r -o dvbdrv_inf.o audio.o video.o demux.o
then
powerpc-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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]