Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensions.c.obj : fatal error LNK1322: cannot avoid potential ARM hazard (Cortex-A53 MPCore processor bug #843419) in section 0xF #1377

Open
Cheney-W opened this issue Oct 14, 2022 · 0 comments

Comments

@Cheney-W
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants