Try changing the define to or putting in a fully qualified path.
On Tue, Oct 2, 2012 at 2:38 PM, kloetpatra wrote:
> Hi, I'm trying to compile a kernel for a Samsung Galaxy S2 but it fails
> with:
>
> arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem
> */root/src/android
Hi, I'm trying to compile a kernel for a Samsung Galaxy S2 but it fails
with:
arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.asm-offsets.s.d -nostdinc -isystem */
root/src/android/kernel/test/linaro-12-android-toolchain/bin/*../lib/gcc/arm-eabi/4.7.2/include
-I/root/src/android/kernel/test/arch/arm/in
Hi all,
I am trying to track loading of classes in memory. Which all classes are
going to load in android. I searched on net and i found
java.lang.ClassLoader class which contain loadClass() function to load
class in memory. To monitor loading of classes i am thought to use Log.java
class whi
Thanks Glenn for suggestion.
But unfortunately it dint work.
*Issue must be related to USB host driver (ehci-omap.c) because USB mass
storage - panda being the host, usb stick being the device - also has
transfer issue (Write). An interrupt is not fired properly in TX, RX is
fine.*
Some ana