public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Build error in StdLib with VS 2015 compiler
@ 2017-10-31  9:48 Karunakar P
  2017-11-02  3:26 ` Karunakar P
  0 siblings, 1 reply; 9+ messages in thread
From: Karunakar P @ 2017-10-31  9:48 UTC (permalink / raw)
  To: 'edk2-devel@lists.01.org'
  Cc: 'Wu, Jiaxin', 'Fu, Siyuan', 'Ye, Ting'

Hello All,

Facing an build error with Stdlib module when built with VS 2015 compiler.

e:\test\StdLib\Include\sys/EfiCdefs.h(357): error C2220: warning treated as error - no 'object' file generated
e:\test\StdLib\Include\sys/EfiCdefs.h(357): warning C4117: macro name '__STDC_HOSTED__' is reserved, '#define' ignored

below change resolving this error. Would you please review and provide comments.

#ifndef __STDC_HOSTED__
#define __STDC_HOSTED__ 1
#endif


Thank You,
Karunakar


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-11-07 10:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31  9:48 Build error in StdLib with VS 2015 compiler Karunakar P
2017-11-02  3:26 ` Karunakar P
2017-11-02  3:29   ` Tim Lewis
2017-11-02 12:32     ` Karunakar P
2017-11-02 14:02       ` Gao, Liming
2017-11-02 14:46         ` Karunakar P
2017-11-06  9:32           ` Karunakar P
2017-11-06 13:28             ` Gao, Liming
2017-11-07 10:56               ` Karunakar P

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox