You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2023/01/14 00:32:58 UTC

[GitHub] [logging-log4cxx] swebb2066 commented on issue #176: Error when Cross-compiling library for ARMv7l

swebb2066 commented on issue #176:
URL: https://github.com/apache/logging-log4cxx/issues/176#issuecomment-1382607334

   > CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
   > Please set them or make sure they are set and tested correctly in the CMake files:
   > /home/lincoln/cross_compile/source/apache-log4cxx-1.0.0/src/APR_INCLUDE_DIR
   >    used as include directory in directory /home/lincoln/cross_compile/source/apache-log4cxx-1.0.0/src/main/cpp
   > /home/lincoln/cross_compile/source/apache-log4cxx-1.0.0/src/APR_UTIL_INCLUDE_DIR
   
   You need to build APR and APR-UTIL with your cross-compiler.
   
   To cross-compile APR you will need a triplet file that locates the tool chain and sets --host and --cache parameters of "./configure".
   The .cache file must have been generated on the targeted host using "./configure -C".
   


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org