Closed Chandler-Kluser closed 2 years ago
Hi @Chandler-Kluser you are missing linker options, to be precise libraries. Please try add following args to gcc command: -lcrypto -lrt -lpthread Please close issue, once fix confirmed.
Haven't tried this, I have flashed another image, run apt update
& apt upgrade
as root before compiling it.
Problem solved, thanks to @alexgubanow
Trying to compile the example
blink.c
to the Orange Pi Zero:This is what I get from
gcc
: