BoomingTech / Piccolo

Piccolo (formerly Pilot) – mini game engine for games104
MIT License
5.69k stars 1.79k forks source link

Fail to compile on M1 Macbook #477

Closed easycodesniper-afk closed 5 months ago

easycodesniper-afk commented 5 months ago

Failed while run script cmake --build build --config Release

Error log here:

note: Run script build phase 'CMake PostBuild Rules' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'PiccoloParser' from project 'Piccolo') BUILD FAILED

The following build commands failed: Ld /Users/XXX/work/Piccolo/engine/bin/PiccoloParser normal (in target 'PiccoloParser' from project 'Piccolo')

Desktop | 桌面环境

easycodesniper-afk commented 5 months ago

Ohhhh, I found that my llvm is 'x86_64' version, when I reinstall it as 'arm' version, this problem is done.