[android-porting] Re: STILL WORKING ON SH4

2009-10-15 Thread Jimmy-Creupagu
android.com/#dashboard,1001893 ) cause my one doesn't have it. Maybe I don't need it... I'm not sure about it. On Oct 15, 5:07 am, abukustfan wrote: > Hi, > > Why you use libgcc_eh.a? > You can build libc for SH-Android with the patches > fromhttps://review.source.a

[android-porting] STILL WORKING ON SH4

2009-10-09 Thread Jimmy-Creupagu
Dear Sirs, I'm trying to compile the pseudo target "libc" using my toolchain for the target arch SH4. I modified the build system and substitute the compiler ( from https://review.source.android.com/#dashboard,1001893 ) with my own one. I'm still using libgcc_eh.a from the an other toolchain cause

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-09 Thread Jimmy-Creupagu
I'm also interested in It! I'm planning to work with a stand-alone dalvikvm... but I've got a different C library and would like to know the steps to go on... thanks in advance jim On Oct 9, 1:30 pm, Rakesh Kumar wrote: > Hi Avtar, >               Currently you are using Bionic to build the D

[android-porting] Re: Again on SH porting

2009-09-25 Thread Jimmy-Creupagu
Good luck! > > On Sep 23, 4:16 pm, Jimmy-Creupagu wrote: > > > Hi all, I'm trying to port Android to sh arch. > > When I try to build libmtdutils module I obtain this error: > > > u...@user-desktop:~/A

[android-porting] Again on SH porting

2009-09-23 Thread Jimmy-Creupagu
Hi all, I'm trying to port Android to sh arch. When I try to build libmtdutils module I obtain this error: u...@user-desktop:~/ANDROID$ make libmtdutils TARGET_ARCH=sh -j4 showcommands PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6 TARGET_PRODUCT=

[android-porting] Re: Porting to SH4

2009-09-18 Thread Jimmy-Creupagu
; type. Can you clarify it? Thank you very much Jimmy > > JBQ > > > > On Thu, Sep 17, 2009 at 7:05 AM, Jimmy-Creupagu wrote: > > > Hi all! > > > I'm trying to port Android toSH4arch. > > I downloaded all the patches I could find from the web and fro

[android-porting] Porting to SH4

2009-09-17 Thread Jimmy-Creupagu
Hi all! I'm trying to port Android to SH4 arch. I downloaded all the patches I could find from the web and from: https://review.source.android.com/#dashboard,1001893 Also, few changes from the link are now merged in master branch. Recently I updated my build system to "donut" but I'm having mo

[android-porting] Re: where is "bionic/libc/kernel/original"??

2009-06-26 Thread Jimmy-Creupagu
, for various historical > reasons). > > On Fri, Jun 19, 2009 at 4:54 PM, Jimmy-Creupagu wrote: > > > Hi Android guys, > > > i'm trying to configure my source code to add a new arch. > > I'm following the basic steps from > > >http://groups.google.com

[android-porting] where is "bionic/libc/kernel/original"??

2009-06-19 Thread Jimmy-Creupagu
Hi Android guys, i'm trying to configure my source code to add a new arch. I'm following the basic steps from http://groups.google.com/group/android-porting/browse_thread/thread/6633bf1e3397efaf/a96c9a4bd570d097 but I haven't got any directory with the name "original" where it should be... (bion

[android-porting] DALVIK only - porting on new arch

2009-06-19 Thread Jimmy-Creupagu
hi all, I read about the efforts in porting Android on MIPS arch and have started looking at the source for a better understanding. And I've started thinking... At the moment, a lot of producers are using linux-based OS/kernel cause of its efficiency and open-source licence. It happens often that