win64 pdata xdata problem
Chris tophe
cohika at gmail.com
Mon Feb 19 07:25:12 PST 2007
Hi,
There seems to be a problem with win64 pdata/xdata handling thingy when
linking in debug :
>yasm -fx64 -gcv8 -o test.obj test.asm
>link /ENTRY:WinMain /MACHINE:AMD64 test.obj
Microsoft (R) Incremental Linker Version 8.00.40310.39
Copyright (C) Microsoft Corporation. All rights reserved.
>link /ENTRY:WinMain /MACHINE:AMD64 /DEBUG test.obj
Microsoft (R) Incremental Linker Version 8.00.40310.39
Copyright (C) Microsoft Corporation. All rights reserved.
test.obj : error LNK2024: Invalid fixup to .pdata
test.obj : error LNK2024: Invalid fixup to .pdata
LINK : fatal error LNK1165: link failed because of fixup errors
test.asm is just the first function of sce3.asm example file renamed to
WinMain. The problem only happens with the -g cv8 switch.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cvs.tortall.net/pipermail/yasm-devel/attachments/20070219/bdd00541/attachment.html
More information about the yasm-devel
mailing list