Re: [android-kernel] How can I reference functions in .S files

2011-11-01 Thread Zova
try this LOCAL_SRC_FILES += \ dirA/test.c\ dirB/tool.S Regards, Zova On Tue, Nov 1, 2011 at 10:38 AM, guoguo wrote: > Hello every one > > I have a tool.S like this > > .text > .align2 > .global asm_call > asm_call: > mov r0 , #0 >

[android-kernel] link_data in dex file format

2011-08-21 Thread Zova
they see fit. * What's this section used for ? Is there any implementation related to that, as metioned in the description above, in the source of Android? Thanks, Zova -- *Best Wishes * -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/an

Re: [android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-29 Thread Zova
rlence > > On Jun 27, 8:16 am, Zova wrote: > > Thx for your reply. I know it is an emulator, and I also know Goldfish is > > the name of virtual device. If you download the kernel for goldfish, you > may > > find folders arch/arm/goldfish/... and other config files. It&#x

Re: [android-kernel] Re: Add Modules Loading Support for Goldfish Emulator

2011-06-26 Thread Zova
link( http://linuxclues.blogspot.com/2010/05/build-compile-linux-kernel-android.html) Can you help me out? [?] On Sat, Jun 25, 2011 at 3:18 AM, Earlence wrote: > goldfish is the emulator not a device. > > On Jun 23, 2:15 pm, Zova wrote: > > Hi all, > > > > I wrote

[android-kernel] Add Modules Loading Support for Goldfish Emulator

2011-06-23 Thread Zova
Hi all, I wrote a driver to give support for ARM TCM(Tightly Coupled Memory, a on-chip SRAM). I know Goldfish is based on ARM926EJ-S processor, which does contain TCM. So, I modified code of goldfish, added driver support code, configed CONFIG_MODULES=y and successfully compiled the kernel and ko