-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have installed Fast-CDR ,ASIO, foonathan_memory_vendor,but can't install Fast-DDS
This is the Terminal error:
`lly@lly-virtual-machine:~/Projects/Fast-DDS/Fast-DDS/arm_build$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/lly/Projects/Fast-DDS/arm-install/
-- 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:
/home/lly/Projects/Fast-DDS/arm-install/lib/foonathan_memory/cmake/foonathan_memory-config.cmake, version: 0.7.1 (64bit)
-- Configuring incomplete, errors occurred!
See also "/home/lly/Projects/Fast-DDS/Fast-DDS/arm_build/CMakeFiles/CMakeOutput.log".
See also "/home/lly/Projects/Fast-DDS/Fast-DDS/arm_build/CMakeFiles/CMakeError.log".
`
System information
- Ubuntu 18.04
- Fast-DDS Version 2.7.0
- Asio Version 1.22.1
Have you ever had this problem?