Problems yet again for me
I did some digging on this and found out that this is because of not having the static library to link to.
The solution is to use libc_nonshared.a in a file called libc.so as follows
Group(/path/libc.so /path/libc_nonshared.a);
thing is I can't find libc_nonshared.a on my device, so I'm assuming its a download from elsewhere and unfortunately I can't seem to find it!
Can anyone help here? does anyone have what I'm looking for?