Page 1 of 1

Error on compiling a fwppc program

Posted: Mon May 04, 2009 12:42 am
by Silvio
with xmate I compile a test fwpc

it is compiled but xmate return these lines

hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0004567C
hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000938F8
hbrdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000AD508
rddntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000BFBA0
rddcdx.lib(dbfcdx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000D67F0
rddfpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000F2050

perhaps there is a bug ?

Re: Error on compiling a fwppc program

Posted: Mon May 04, 2009 3:02 am
by Antonio Linares
Silvio,

It is not a bug. You have to use this flag to call link.exe:

/ARMPADCODE:NO

Re: Error on compiling a fwppc program

Posted: Mon May 04, 2009 3:20 am
by Silvio
thanks