Advertisement
svenhoefer

Untitled

Jun 18th, 2019
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. rm -rf /home/vanhofen/ni/buildsystem/root/.remove /home/vanhofen/ni/buildsystem/build_tmp/luaexpat-1.3.0
  2. rm -rf /home/vanhofen/ni/buildsystem/root/.remove /home/vanhofen/ni/buildsystem/build_tmp/luaposix-34.0.4
  3. tar -C /home/vanhofen/ni/buildsystem/build_tmp -xf /home/vanhofen/ni/buildsystem/download/luaposix-34.0.4.tar.gz
  4. set -e; cd /home/vanhofen/ni/buildsystem/build_tmp/luaposix-34.0.4; \
  5. LUA_PATH="/home/vanhofen/ni/buildsystem/host/share/lua/5.2/?.lua" TARGET_CC="arm-cortex-linux-gnueabihf-gcc" TARGET_LD="arm-cortex-linux-gnueabihf-ld" TARGET_CFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" TARGET_LDFLAGS="-lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib " TARGET_DIR="/home/vanhofen/ni/buildsystem/root" TARGET_INCLUDE_DIR="/home/vanhofen/ni/buildsystem/root/include" TARGET_LIB_DIR="/home/vanhofen/ni/buildsystem/root/lib" \
  6. /home/vanhofen/ni/buildsystem/host/bin/luarocks install luaposix-34.0.4-1.rockspec
  7. Warning: skipping dependency checks.
  8. /home/vanhofen/ni/buildsystem/host/bin/lua build-aux/luke package="luaposix" version="34.0.4" PREFIX="/home/vanhofen/ni/buildsystem/root/lib/luarocks/rocks-5.2/luaposix/34.0.4-1" LUA="/home/vanhofen/ni/buildsystem/host/bin/lua" LUA_INCDIR="/home/vanhofen/ni/buildsystem/root/include" CFLAGS="-pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include" LIBFLAG="-shared -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib " LIB_EXTENSION="so" OBJ_EXTENSION="o" INST_LIBDIR="/home/vanhofen/ni/buildsystem/root/lib/luarocks/rocks-5.2/luaposix/34.0.4-1/lib" INST_LUADIR="/home/vanhofen/ni/buildsystem/root/lib/luarocks/rocks-5.2/luaposix/34.0.4-1/lua"
  9. creating lib/posix/version.lua
  10. creating build-aux/config.ld
  11. arm-cortex-linux-gnueabihf-gcc -pipe -O2 -march=armv7ve -mtune=cortex-a15 -mfpu=neon-vfpv4 -mfloat-abi=hard -g -I/home/vanhofen/ni/buildsystem/root/include -shared -lcortex-strings -Wl,-O1 -Wl,-rpath,/home/vanhofen/ni/buildsystem/root/lib -Wl,-rpath-link,/home/vanhofen/ni/buildsystem/root/lib -L/home/vanhofen/ni/buildsystem/root/lib -D_POSIX_C_SOURCE=200809L -DHAVE_SCHED_SETSCHEDULER -DVERSION='"34.0.4"' -DHAVE_SCHED_H -D_FORTIFY_SOURCE=2 -DPACKAGE='"luaposix"' -D_XOPEN_SOURCE=700 -DNDEBUG -DHAVE_SCHED_GETSCHEDULER -Iext/include -I/home/vanhofen/ni/buildsystem/root/include ext/posix/sched.c -o linux/posix/sched.so
  12. /home/vanhofen/ni/buildsystem/cross/arm/hd51/lib/gcc/arm-cortex-linux-gnueabihf/6.3.1/../../../../arm-cortex-linux-gnueabihf/bin/ld: /tmp/ccvre4Yi.o: relocation R_ARM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
  13. /tmp/ccvre4Yi.o: error adding symbols: Bad value
  14. collect2: error: ld returned 1 exit status
  15.  
  16.  
  17. Error: Build error: Failed building.
  18. Makefile.local:137: recipe for target '/home/vanhofen/ni/buildsystem/deps/lua-posix' failed
  19. make: *** [/home/vanhofen/ni/buildsystem/deps/lua-posix] Error 1
  20. vanhofen@jessie:~/ni/buildsystem[master]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement