Hi! >bionic/libc/arch-sh/syscalls.mk: No such file or directory
in bionic/libc/tools you can find a python script that creates syscalls.mk file. you should modify it and a few other things in bionic. Have a look at it: http://groups.google.com/group/android-porting/browse_thread/thread/facd0bfd248ae871/d497673de5d6e78e?lnk=gst&q=mips#d497673de5d6e78e it's a thread about mips but it could be helpful. On Jun 29, 4:59 pm, "ozan.alptekin" <[email protected]> wrote: > Thanks for the reply. Even I add the changes to my source tree, I > don't get what to do for building, > > I try build android source with > > > TARGET_ARCH=sh TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2 > > installer_img > > build/core/product_config.mk:261: WARNING: adding test OTA key > ============================================ > TARGET_PRODUCT=eee_701 > TARGET_BUILD_VARIANT=eng > TARGET_SIMULATOR= > TARGET_BUILD_TYPE=release > TARGET_ARCH=sh > HOST_ARCH=x86 > HOST_OS=linux > HOST_BUILD_TYPE=release > BUILD_ID= > ============================================ > build/core/combo/select.mk:73: build/core/combo/linux-sh.mk: No such > file or directory > bionic/libc/Android.mk:3: bionic/libc/arch-sh/syscalls.mk: No such > file or directory > bionic/libc/Android.mk:417: bionic/libc/arch-sh/syscalls.mk: No such > file or directory > bionic/libm/Android.mk:173: *** "Unknown architecture". Stop. > > Then I define linux-sh and change the definitions for CC, CXX, AR but > the syscall part is still missing. > > thanks, > Ozan > > On Jun 26, 10:05 pm, fadden <[email protected]> wrote: > > > On Jun 26, 6:27 am, "ozan.alptekin" <[email protected]> wrote: > > > > I want to built Android forSH4architecture. I have seen the thread > > > about x86 that GeunSik Lim wrote and followed the instructions for > > > getting Android repository. I saw that there are just two > > > architectures defined so far, for ARM and x86. > > > There's some effort going on in that area now; see for example: > > > https://review.source.android.com/Gerrit#change,10444 > > https://review.source.android.com/Gerrit#change,10445 > > https://review.source.android.com/Gerrit#change,10446 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
