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
It's my first time building Arm Architecture as a target.
I work for an IHV company.
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.
Do you have a library to replace when you build AARCH64?
Or should I convert the .nasm code in BaseMemoryLibRepStr? If I convert it, what should I do?
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
It's my first time building Arm Architecture as a target.
I work for an IHV company.
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.
Do you have a library to replace when you build AARCH64?
Or should I convert the .nasm code in BaseMemoryLibRepStr? If I convert it, what should I do?
BaseMemoryLibRepStr Github as below
BaseMemoryLibRepStr
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