Hello All,

I am trying to build a optionrom with UDK2010.SR1.UP1 libraries
with /TP as compiler switch

I see error C2496 from AutoGen.c, though i never use these PCD's
when i don't use /TP flag, this error is not seen

c:\udk2010.up1\Build\MdeModule\RELEASE_VS2010\X64\MdeModulePkg\Bus\Pci\Sasdriver\SasDriver\DEBUG\AutoGen.c(65)
: error C2496: '_gPcd_FixedAtBuild_PcdMaximumLinkedListLength' :
'selectany' can only be applied to data items with external linkage
c:\udk2010.up1\Build\MdeModule\RELEASE_VS2010\X64\MdeModulePkg\Bus\Pci\Sasdriver\SasDriver\DEBUG\AutoGen.c(72)
: error C2496: '_gPcd_FixedAtBuild_PcdMaximumAsciiStringLength' :
'selectany' can only be applied to data items with external linkage
c:\udk2010.up1\Build\MdeModule\RELEASE_VS2010\X64\MdeModulePkg\Bus\Pci\Sasdriver\SasDriver\DEBUG\AutoGen.c(79)
: error C2496: '_gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength' :
'selectany' can only be applied to data items with external linkage
I am using /TP(for convenience of declaring varaibles) and also some extern
"C" code

 Please help me know how to overcome this error


Thanks
Ranga
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to