Build failure when building the executable
aahouzi opened this issue · 3 comments
aahouzi commented
Current Behavior:
- Building the executable results in a failure, all steps are successful except the last step:
Steps To Reproduce:
# Linux and WSL
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G Ninja
ninja
Environment:
- OS: Rocky Linux 8.8
- HW: Intel(R) Xeon(R) Platinum 8470Q
VincyZhang commented
Hi @aahouzi, would you please try using GCC>10?
aahouzi commented
@VincyZhang Thanks, it's working now ! Can we add this requirement somewhere before starting the build ? it would be helpful for the users..
VincyZhang commented
Thanks for reminding! Added note in Readme.md: https://github.com/intel/neural-speed/blob/5b71e268f6bb798ceb2c4609b75967ac095705ce/README.md