edk2-basetools icon indicating copy to clipboard operation
edk2-basetools copied to clipboard

The compilation of .cpp files from .inf failed

Open ogamespec opened this issue 3 years ago • 2 comments

The old build (Python 2.x) allowed you to compile .cpp files that are specified in .inf. The new build contains an invalid condition that limits compilation to .c files only (which does not match the definition of C-Code-Files in Conf/build_rule.txt).

Problem spot:

https://github.com/tianocore/edk2-basetools/blob/f519c63dcbcd73e39612d1bc3544151aeeef01a0/edk2basetools/AutoGen/GenMake.py#L1113

ogamespec avatar Mar 18 '22 08:03 ogamespec

This is a code issue. I'll look at this.

BobCF avatar Mar 21 '22 14:03 BobCF

How's it going?

ogamespec avatar Jan 16 '24 08:01 ogamespec