You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a UEFI FMP Driver for QualComm Arm
I work for an IHV company, And It's my first time building Arm Architecture as a target.
We are building ARCH64 using openssl for our driver, but an error occurred as shown below. NasmError.log
This is a problem that occurs because it refers to the BaseMemoryLibRepStr library when building openssl.
When I checked MdePkg.dsc, it doesn't seem to build that library in AARCH64 build.
Is the setting of the inf file or CryptoPkg.dsc wrong to build the openssl?
Or I set up the build environment as below, is there anything else I need to set up?
My development environment is as follows.
EDK PlatForm: EDK2023_02
Compiler : MSVC v142 Arm64
Clang & SDLLVM Version: 14.0.1
Development Environment: Windows 10
Target System: QualComm Arm CPU NoteBook
window CLI using EDK2(EDK2023_02 Version)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear
I am working on a UEFI FMP Driver for QualComm Arm
I work for an IHV company, And It's my first time building Arm Architecture as a target.
We are building ARCH64 using openssl for our driver, but an error occurred as shown below.
NasmError.log
This is a problem that occurs because it refers to the BaseMemoryLibRepStr library when building openssl.
When I checked MdePkg.dsc, it doesn't seem to build that library in AARCH64 build.
Is the setting of the inf file or CryptoPkg.dsc wrong to build the openssl?
Or I set up the build environment as below, is there anything else I need to set up?
My development environment is as follows.
EDK PlatForm: EDK2023_02
Compiler : MSVC v142 Arm64
Clang & SDLLVM Version: 14.0.1
Development Environment: Windows 10
Target System: QualComm Arm CPU NoteBook
window CLI using EDK2(EDK2023_02 Version)
Beta Was this translation helpful? Give feedback.
All reactions