< Previous by Date | Date Index | Next by Date > |
Thread Index |
Hi all, I’m trying to build our application based on the reSIProcate stack. We have chosen to build it using a third party build system. We are following the instructions of Option 2(Using a third party build system) in the README under the reSIProcate root directory. The problem we have encountered is that we get a link error: undefined reference to symbol ‘floor@@GLIBC_2.0’ The error also includes " 'floor@@GLIBC_2.0’' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line” and “could not read symbols: Invalid operation”. It looks like we are still missing some libraries here. Could anybody shed some light on this? Thanks. Alex |