-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When trying to build cheerp on Ubuntu 18.04 with:
- https://github.com/leaningtech/cheerp-meta/releases/download/cheerp-3.0/cheerp-llvm-clang-3.0.tar.gz
- https://github.com/leaningtech/cheerp-meta/releases/download/cheerp-3.0/cheerp-libs-3.0.tar.gz
- https://github.com/leaningtech/cheerp-meta/releases/download/cheerp-3.0/cheerp-musl-3.0.tar.gz
- https://github.com/leaningtech/cheerp-meta/releases/download/cheerp-3.0/cheerp-utils-3.0.tar.gz
Makefile:151: recipe for target 'obj/crt/cheerp/crt1.o' failed
make: *** [obj/crt/cheerp/crt1.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ../src/aio/lio_listio.c:5:
In file included from ../src/internal/pthread_impl.h:11:
In file included from ../src/internal/atomic.h:6:
../arch/cheerp/atomic_arch.h:67:20: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'volatile int *'; take the address with & [-Wint-conversion]
__atomic_store(p, x, __ATOMIC_SEQ_CST);
^
&
1 error generated.
1 error generated.
Metadata
Metadata
Assignees
Labels
No labels