Would like to compile uClibc using Android toolchain, but meet following error.
/mydroid/out/target/product/generic/obj/lib/crtbegin_dynamic.o: In function `_start':
bionic/libc/arch-arm/bionic/crtbegin_dynamic.S.text+0x14): undefined reference to `main'
collect2: ld returned 1 exit status
make: *** [lib/ld-uClibc.so] Error 1
Where is main function?
Thanks
i have the same question...
maybe: two `_start': link didn't know it.
http://learn.akae.cn/media/ch19s02.html
Bookmarks