Compiling Perl using ./configure not working as expected using the DeveloperPackage toolchain
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 !
