June 18, 2016
12:02 p.m.
Hi ALL, I am trying to use getrandom syscall in kernel 3.10.20 by following this link https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c... i have compiled the kernel and now want to call the getrandom syscall from userspace to generate random numbers. But i am getting following error while calling the getrandom () from userspace. (.text.startup+0x18): undefined reference to `getrandom' (.text.startup+0x1c): undefined reference to `getrandom' -- Regards, Avantika Rawat