Advertisement
Guest User

Untitled

a guest
Nov 1st, 2023
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. compiling ComInt_GetInstalledCertificateIds_req.cpp
  2. g++ -D__DEBUG__ -D__DEBUG__ -g3 -fdata-sections -ffunction-sections -DSIMULATE -isystem "/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/9.2.0/include/c++" -isystem "/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/9.2.0/include/c++/x86_64-w64-mingw32" -isystem "/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/9.2.0/include/c++/backward" -isystem "/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/9.2.0/include" -isystem "/TDM-GCC-64/include" -isystem "/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/9.2.0/include-fixed" -isystem "/TDM-GCC-64/x86_64-w64-mingw32/include" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/rapidjson/include" -I"." -I"../" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/pegpro/linux/include" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/pegpro/linux/include/rtos" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/pegpro/linux/include/screendrv" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/pegpro/linux/fc_target" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/comm_internal_msg" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/comm_ocpp16_msg" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/comm_ocpp201_msg" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/communication" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/config" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/data" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/firmware_mgr" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/HAL" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/operation" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/power_mgr" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/reservation" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/system" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/utils" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/validation" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/display_fast" -I"/home/software/develop2/poky/build/tmp/work/armv5e-poky-linux-gnueabi/veta/0.1-r1/git/src/prod_fastcharge" -DPROD_FASTCHARGE -c ComInt_GetInstalledCertificateIds_req.cpp -o ../../objects/ComInt_GetInstalledCertificateIds_req.o
  3. In file included from ../../asio/include/boost/asio/ssl/context_base.hpp:19:0,
  4. from ../../asio/include/boost/asio/ssl/context.hpp:23,
  5. from ../../asio/include/boost/asio/ssl/impl/context.ipp:24,
  6. from ../../asio/include/boost/asio/ssl/impl/src.hpp:22,
  7. from lib_asio_ssl.cpp:12:
  8. ../../asio/include/boost/asio/ssl/detail/openssl_types.hpp:23:10: fatal error: openssl/conf.h: No such file or directory
  9. #include <openssl/conf.h>
  10. ^~~~~~~~~~~~~~~~
  11. compilation terminated.
  12. makefile:54: recipe for target '../../../../../objects/lib_asio_ssl.o' failed
  13. make[1]: *** [../../../../../objects/lib_asio_ssl.o] Error 1
  14. make[1]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement