NonpawitE opened a new issue, #12751:
URL: https://github.com/apache/nuttx/issues/12751

   I got an error when I ran a rptun board configuration with CMake, but when I 
ran with Make it seemed to works normally.
   
   ```
   nonpawit@dev:~/nuttxnew/nuttx$ cmake -B build/nucleo_cm7 
-DBOARD_CONFIG=nucleo-h745zi:nsh_cm7_rptun -GNinja
   -- Initializing NuttX
   --   Board:  nucleo-h745zi
   --   Config: nsh_cm7_rptun
   --   Appdir: /home/nonpawit/nuttxnew/apps
   -- The C compiler identification is GNU 9.2.1
   -- The CXX compiler identification is GNU 9.2.1
   -- The ASM compiler identification is GNU
   -- Found assembler: /usr/bin/arm-none-eabi-gcc
   -- Check for working C compiler: /usr/bin/arm-none-eabi-gcc
   -- Check for working C compiler: /usr/bin/arm-none-eabi-gcc -- works
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Check for working CXX compiler: /usr/bin/arm-none-eabi-g++
   -- Check for working CXX compiler: /usr/bin/arm-none-eabi-g++ -- works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- Populating libmetal
   CMake Error at /usr/share/cmake-3.16/Modules/ExternalProject.cmake:2555 
(message):
     At least one entry of URL is a path (invalid in a list)
   Call Stack (most recent call first):
     /usr/share/cmake-3.16/Modules/ExternalProject.cmake:3236 
(_ep_add_download_command)
     CMakeLists.txt:13 (ExternalProject_Add)
   
   
   -- Configuring incomplete, errors occurred!
   See also 
"/home/nonpawit/nuttxnew/nuttx/build/nucleo_cm7/_deps/libmetal-subbuild/CMakeFiles/CMakeOutput.log".
   CMake Error at /usr/share/cmake-3.16/Modules/FetchContent.cmake:903 
(message):
     CMake step for libmetal failed: 1
   Call Stack (most recent call first):
     /usr/share/cmake-3.16/Modules/FetchContent.cmake:1006 
(__FetchContent_directPopulate)
     openamp/libmetal.cmake:51 (FetchContent_Populate)
     openamp/CMakeLists.txt:24 (include)
   
   
   -- Configuring incomplete, errors occurred!
   See also 
"/home/nonpawit/nuttxnew/nuttx/build/nucleo_cm7/CMakeFiles/CMakeOutput.log".
   See also 
"/home/nonpawit/nuttxnew/nuttx/build/nucleo_cm7/CMakeFiles/CMakeError.log".
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to