You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile this on an ARM platform (Odroid XU3) running Ubuntu Bionic and I get the following error:
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(julian_day.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(solar.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(earth.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(lunar.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(utility.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(rise_set.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(dynamical_time.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(sidereal_time.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(transform.o): relocation R_ARM_THM_MOVW_ABS_NC against `__stack_chk_guard@@GLIBC_2.4' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(nutation.o): relocation R_ARM_THM_MOVW_ABS_NC against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../arm-linux-gnueabihf/libnova.a(julian_day.o)(.text+0x8): unresolvable R_ARM_THM_MOVW_ABS_NC relocation against symbol `__stack_chk_guard@@GLIBC_2.4'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
src/CMakeFiles/XyGrib.dir/build.make:2736: recipe for target 'src/XyGrib' failed
make[2]: *** [src/XyGrib] Error 1
I will post more information if and when I discover more.
The text was updated successfully, but these errors were encountered:
I'm trying to compile this on an ARM platform (Odroid XU3) running Ubuntu Bionic and I get the following error:
I will post more information if and when I discover more.
The text was updated successfully, but these errors were encountered: