AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Not compiling

Open ghost opened this issue 4 years ago • 2 comments

[ 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

ghost avatar Oct 24 '21 14:10 ghost

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>

fadushin avatar Oct 29 '21 12:10 fadushin

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.

ghost avatar Oct 29 '21 13:10 ghost

I don't think this issue is still valid, closing it.

bettio avatar Mar 05 '24 23:03 bettio