Open rohaya2021 opened 1 year ago
Thanks for the info. I will try it later. How about C++ compiler (GCC). I add BR2_GCC_VERSION_8_X=y in configs/efinix_ti60f225_defconfig but after Linux is loaded on the board, no GCC and G++ are installed. As a result, can’t run C++ on the buildroot Linux.
Does buildroot for RISCV 32-bit support C lib (glibc, uclib and musl)? I couldn't find option for Musl in Menuconfig.
I did not get the your question. Maybe you can see this example of canny app that use opencv library. Also see these patch on how canny app integrate in buildroot
If you build your own opencv app and want to integrate it in buildroot then see adding your own custom package