-
Notifications
You must be signed in to change notification settings - Fork 153
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
Apple Silicon - build failed #260
Comments
when I go a little bit deeper I think maybe the --target "" might be problem and then I also see that -march=native is throwing some errors [ 15%] Building CXX object CMakeFiles/cuckatoo_mean_cpu_avx2_31.dir/cuckoo/src/cuckatoo/mean.cpp.o |
AFAIK the option |
It seems some misunderstanding about options for Cmake?
-- Configuring done
-- Generating done
-- Build files have been written to: xxxxxxxx/grin/dev/grin-miner/grin-miner/target/debug/build/cuckoo_miner-86e8b47af42b98f9/out/build
running: "cmake" "--build" "." "--target" "" "--config" "Debug" "--parallel" "8"
--- stderr
CMake Warning:
Manually-specified variables were not used by the project:
Usage: cmake --build
[options] [-- [native-options]]cmake --build --preset [options] [-- [native-options]]
Options:
= Project binary directory to be built.
--preset , --preset=
= Specify a build preset.
--list-presets
= List available build presets.
--parallel [], -j []
= Build in parallel using the given number of jobs.
The text was updated successfully, but these errors were encountered: