Now I get a linker error “undefined reference” with getrandom' (see error message below). .../sdk/sysroots/armv7at2hf-neon-angstrom-linux-gnueabi/usr/lib/libuuid.so : error : undefined reference to getrandom@GLIBC_2.25’
I try to use getrandom in my own application but i get also an undefinded reference error (see error message below).
error : undefined reference to `getrandom’
Thank you for the test source.
I can also compile the test source, with your description. In my opinion it is a problem with the path to the comiler on my site.