2021-04-13 01:41 AM
Hi,
Please, I still trying all the ways to have Perl so far I know I should recompile it but using the toolchain I having errors out of the box.
echo ${CONFIGURE_FLAGS}
--target=arm-ostl-linux-gnueabi --host=arm-ostl-linux-gnueabi --build=x86_64-linux --with-libtool-sysroot=/home/boaretti/Development/stm32/DeveloperPackage/SDK/sysroots/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi
Follow the error when using ./configure ${CONFIGURE_FLAGS}
Configuring primary perl executable for arm-ostl-linux-gnueabi (arm-ostl-linux-gnueabi)
Checking perl version ... perl5-5.30.1
Checking for cc ... ERROR: Supplied arm-ostl-linux-gnueabi-gcc -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/boaretti/Development/stm32/DeveloperPackage/SDK/sysroots/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi is not usable
ERROR: configure --mode=target failed
Any suggestion ?
Thank You so much !
2021-04-28 02:59 AM
Hi @FBoar.1 ,
Can you clarify what you are trying to do ?
You want to get perl on target ?
Olivier
2021-04-28 03:30 AM
Hi Olivier,
I`m trying to cross-compile AWS kvssink to be used with the Gstreamer the problem I`m facing
it uses Pearl on openssl, the Developer Package is missing multiple Pearl modules and no matter what I try to compile the Pearl from scratch it still returning the compiler is not usable. It uses Autotools to compile ( ./configure) so any help on that is welcome. My team is about to start to work on a real product that demand it.
Thank You so Much
Fabio Boaretti dos Santos