Not compiling
[ 55%] Compiling ceilint.erl ceilint.erl:11: function ceil/1 undefined make[2]: *** [tests/erlang_tests/ceilint.beam] Error 1 make[1]: *** [tests/erlang_tests/CMakeFiles/erlang_test_modules.dir/all] Error 2 make: *** [all] Error 2
What platform are you building on? It sounds like floating point is not supported on your platform?
Try building CMAKE with floating point support disabled:
cmake -DAVM_DISABLE_FP=on <path-to-source-root>
Hi
Latest macos w/ M1 chipset… kind of a tricky combination.
Best — Frederic Bonfanti
On 29 Oct 2021, at 18:13, Fred Dushin @.***> wrote:
What platform are you building on? It sounds like floating point is not supported on your platform?
Try building CMAKE with floating point support disabled:
CMAKE -DAVM_DISABLE_FP=on
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
I don't think this issue is still valid, closing it.