Greetings!

The edk2 base tools scripts seems to have some issues translating the "SPEC" 
option under the "DEFINES" section of the INF file.
Currently if we follow the instruction listed out on the github page build 
failure occurs.

[Defines]
SPEC       Value = 1.0

Failure :
makefile(50) : fatal error U1036: syntax error : too many names to left of '='

Content in Makefile :
SPEC             Value = 2.5

The error goes away if I use this format in the INF file,

SPEC =    Value = 2.5

However, there is no #define pair created in the Autogen.h file.

Please has anyone used this option and got it working?

Regards,
Ashwin


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117179): https://edk2.groups.io/g/devel/message/117179
Mute This Topic: https://groups.io/mt/105184345/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to