Foonathan Memory error when compiling Fast-DDS:The following configuration files were considered but not accepted #2781
Unanswered
Vermounthlly
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @Vermounthlly, Could you please provide us more information about your environment? Reading the traces, it seems that you are building for an ARM architecture... Are you crosscompiling? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Fast-CDR ,ASIO, foonathan_memory_vendor,but can't install Fast-DDS
This is the Terminal error:
`- Setting build type to 'Release' as none was specified.
-- The C compiler identification is GNU 4.9.4
-- The CXX compiler identification is GNU 4.9.4
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/arm/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/arm/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Version: 2.7.0
-- Performing Test SUPPORTS_CXX20
-- Performing Test SUPPORTS_CXX20 - Failed
-- Performing Test SUPPORTS_CXX17
-- Performing Test SUPPORTS_CXX17 - Failed
-- Performing Test SUPPORTS_CXX14
-- Performing Test SUPPORTS_CXX14 - Success
-- Performing Test SUPPORTS_CXX1Y
-- Performing Test SUPPORTS_CXX1Y - Success
-- Performing Test SUPPORTS_CXX11
-- Performing Test SUPPORTS_CXX11 - Success
-- Found fastcdr
-- Found Asio 1.22.1: /usr/local/arm/gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf/include
-- Found Asio
-- Found TinyXML2: /home/lly/Projects/Fast-DDS/arm-install/lib/cmake/tinyxml2
-- Found TinyXML2
CMake Error at CMakeLists.txt:182 (find_package):
Could not find a configuration file for package "foonathan_memory" that is
compatible with requested version "".
The following configuration files were considered but not accepted:
-- Configuring incomplete, errors occurred!
See also "/home/lly/Projects/Fast-DDS/Fast-DDS/arm_build/CMakeFiles/CMakeOutput.log".`
Can anyone suggest what mistake I'm doing in these steps. Thanks!!!!
Beta Was this translation helpful? Give feedback.
All reactions