Page 1 of 1

Link warnings

PostPosted: Fri Oct 30, 2009 7:18 am
by Otto
I get these warnings:

--------------------Configuration: whbiene - Debug--------------------
hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00054B50
hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00095768
hbrdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000AF508
rddntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000C1BA0
rddcdx.lib(dbfcdx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000D87F0
rddfpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000F4050
whbiene.EXE - 0 error(s), 6 warning(s)

Can these warnings be ignored?
Thanks in advance
Otto

Re: Link warnings

PostPosted: Fri Oct 30, 2009 11:10 am
by Antonio Linares
Otto,

Please add this flag when calling the linker:

/ARMPADCODE:NO

Re: Link warnings

PostPosted: Fri Oct 30, 2009 1:15 pm
by Otto
Hello Antonio,
would you please show me where to insert this in the UEStudio "Application""- file.
Thanks in advance
Otto

Re: Link warnings

PostPosted: Fri Oct 30, 2009 7:09 pm
by Antonio Linares
Otto,

In this line:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM /ARMPADCODE:NO