1

(1 replies, posted in wolfSSL)

I'm looking at wolfssl as a replacement for the openssl, for an embedded Cortex-M4.

The cpu is NXP LPC4337, and the toolchain is arm-uclinuxeabi-

I get a bunch of bad relocs at compile time:

...
/home/bosse/lucasimage/tools/arm-2010q1/arm-uclinuxeabi/bin/elf2flt: error: reloc type R_ARM_ABS32 is not supported for PIC
/home/bosse/lucasimage/tools/arm-2010q1/arm-uclinuxeabi/bin/elf2flt: error: reloc type R_ARM_ABS32 is not supported for PIC
/home/bosse/lucasimage/tools/arm-2010q1/arm-uclinuxeabi/bin/elf2flt: error: 547 bad relocs

Thankful for any help,

/Bo