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


On Nov 7, 2006, at 8:46 AM, Guillaume Gros wrote:

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

Have you tried not doing the partial link and just do a regular link, debug that, then go back and try doing the partial link if there is some advantage of it for you?


Perry Smith
Ease Software, Inc.
pedz@easesoftware.com
http://www.easesoftware.com

SATA Products for IBMs RS/6000, pSeries, and AIX systems




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