Advertisement
Serhii_Sakhno

Untitled

Aug 21st, 2020
2,835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.21 KB | None | 0 0
  1. Making all in external/bdwgc
  2. make[2]: Entering directory '/home/jook/mono/mono/external/bdwgc'
  3. make[3]: Entering directory '/home/jook/mono/mono/external/bdwgc'
  4. depbase=`echo extra/gc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
  5. /bin/bash ./libtool  --tag=CC   --mode=compile arm-linux-gnueabi-gcc -DHAVE_CONFIG_H   -I./include -I./include  -DGC_PTHREAD_START_STANDALONE    -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -mfloat-abi=soft -fno-strict-aliasing  -MT extra/gc.lo -MD -MP -MF $depbase.Tpo -c -o extra/gc.lo extra/gc.c &&\
  6. mv -f $depbase.Tpo $depbase.Plo
  7. libtool: compile:  arm-linux-gnueabi-gcc -DHAVE_CONFIG_H -I./include -I./include -DGC_PTHREAD_START_STANDALONE -fexceptions -Wall -Wextra -Wpedantic -Wno-long-long -mfloat-abi=soft -fno-strict-aliasing -MT extra/gc.lo -MD -MP -MF extra/.deps/gc.Tpo -c extra/gc.c  -fPIC -DPIC -o extra/.libs/gc.o
  8. In file included from ./include/private/gc_priv.h:254,
  9.                  from ./include/private/dbg_mlc.h:28,
  10.                  from extra/../backgraph.c:15,
  11.                  from extra/gc.c:39:
  12. ./include/private/gc_atomic_ops.h:105:11: fatal error: atomic_ops.h: No such file or directory
  13.  # include "atomic_ops.h"
  14.            ^~~~~~~~~~~~~~
  15. compilation terminated.
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement