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 used vcpkg to install allegro5:arm64-windows, and I got below error: extensions.c.obj : fatal error LNK1322: cannot avoid potential ARM hazard (Cortex-A53 MPCore processor bug #843419) in section 0xF; please consider using compiler option /Gy if it was not used
I also tried to add /Gy option into the compile option, but I still got above error. I used the latest vcpkg and VS2022 17.3.6.
Can anyone help with this problem?
Repro steps: (Powershell)
git clone https://github.com/Microsoft/vcpkg
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg.exe install allegro5:arm64-windows
The text was updated successfully, but these errors were encountered:
I used vcpkg to install allegro5:arm64-windows, and I got below error:
extensions.c.obj : fatal error LNK1322: cannot avoid potential ARM hazard (Cortex-A53 MPCore processor bug #843419) in section 0xF; please consider using compiler option /Gy if it was not used
I also tried to add /Gy option into the compile option, but I still got above error. I used the latest vcpkg and VS2022 17.3.6.
Can anyone help with this problem?
Repro steps: (Powershell)
The text was updated successfully, but these errors were encountered: