Hi,
I try to compile openssl-3.0.10 with armv7 32bit linux system:
./Configure --prefix=$(OPENSSL_3010_DIR) linux-armv4; make; make install;
Then got error:
arm-fsl-linux-gnueabi/bin/ld: cannot find -latomic
My question is that "atomic" is needed for armv7 32bit system? Where should I define it?
Thanks