Hi, Michael
I am studying Python368 uefi code.
I have a question, ask for help.
I found some marco defines in edk2module.c
"HAVE_FORK / HAVE_FORK1 / HAVE_SPAWNV / etc"
It seems about multi-thread support functions,
so my question is:
1. Have these functions been tested on uefi shell environme
Hi Yoshinoya,
It's not supported in UEFI.
You can see that macros are not defined as part of pyconfig.h
https://github.com/tianocore/edk2-libc/blob/master/AppPkg/Applications/Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h
So this functionality doesn't get compiled for UEFI.
Regards,
JP
Fro
Hi Abhijeet,
What is the build issue from the platform.dsc file with your log?
build.py...
02-04 11:52:11 DEBUG: error C0DE: Unknown fatal error when processing
[c:\users\user\desktop\Server\intel\ServerSocRpPkg\PlatformPkg.dsc]
Regards
Ranga
On Thu, Feb 6, 2025 at 6:11 AM Abhi via groups.io