Advertisement
Guest User

Untitled

a guest
Jan 30th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. bitbake-getvar -r opencv CC
  2.  
  3. #
  4. # $CC [2 operations]
  5. # exported /opt/TriOS/trios-yocto-bsp/sources/poky/meta/conf/bitbake.conf:551
  6. # [export] "1"
  7. # set /opt/TriOS/trios-yocto-bsp/sources/poky/meta/conf/bitbake.conf:551
  8. # "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
  9. # pre-expansion value:
  10. # "${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
  11. export CC="arm-mt-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 -I/opt/TriOS/trios-yocto-bsp/build_trueai32/tmp/work/cortexa7t2hf-neon-vfpv4-mt-linux-gnueabi/opencv/4.5.2-r0/git/include -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/opt/TriOS/trios-yocto-bsp/build_trueai32/tmp/work/cortexa7t2hf-neon-vfpv4-mt-linux-gnueabi/opencv/4.5.2-r0/recipe-sysroot"
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement