Yes correct the make file scripts use "uname -r" which works only on a host
with the same arch as the target. Not sure how much of this is broken this
way. But this can cause this same kind of message when trying to execute. I
was able to change this to fix  it to my target's arch=ARM.

On Fri, May 27, 2011 at 1:22 AM, akanksha maggo <[email protected]>wrote:

> Hi,
>
> I guess there such a syntax error comes when there is some mismatch
> between ur toolchain. So try once with gnu toolchain and then check.
> It should work.
>
> Regards,
> Akanksha
>
> On Tue, May 17, 2011 at 10:37 PM, mike digioia <[email protected]> wrote:
> > Other issues, currently pppd depends on libutils for logging and many of
> the
> > other system/ tools have issues like this with libcutils. Has anyone
> looked
> > into what we want to do moving forward and to allow additional tools like
> > the ones mentiond below?
> >
> > On Tue, May 17, 2011 at 9:32 AM, mike digioia <[email protected]> wrote:
> >>
> >> Pavan,
> >>
> >> Thanks for adding this.
> >>
> >> I have another question related to this on Pandaboard builds. I have
> >> created an external directory (mydroid/external/i2ctools) for my special
> i2c
> >> tools to build them but they do not work once I manually load them onto
> my
> >> SD android filesystem. All the other bins for Android get built in
> >> "mydroid/system/core/toolbox". Like dmesg, etc... Is there something
> about
> >> building them here that is different than using external. I get the
> message
> >>
> >> # i2cdetect
> >> i2cdetect: 1: Syntax error: "(" unexpected
> >>
> >> when just attempting to execute them.
> >>
> >> On Mon, May 16, 2011 at 9:19 PM, pavan m <[email protected]> wrote:
> >>>
> >>> Initialization of the statically linked modules can be deferred using
> >>> deferred_module_init(). See the complete article here
> >>> http://elinux.org/Deferred_Initcalls
> >>>
> >>> Regards,
> >>> Pavan
> >>>
> >>> On Tue, May 17, 2011 at 9:01 AM, mike digioia <[email protected]>
> wrote:
> >>>>
> >>>> Once they are built into the kernel they can't be remove with rmmod
> >>>>
> >>>> On Mon, May 16, 2011 at 5:36 PM, Anil
> >>>> <[email protected]> wrote:
> >>>>>
> >>>>> I heard that some drivers are hard coded into the kernel so insmod
> and
> >>>>> rmmod may not work. Is there a way to skip them running if they
> cannot
> >>>>> be unloaded?
> >>>>>
> >>>>> On May 13, 3:50 pm, Anil <[email protected]> wrote:
> >>>>> > I am trying an experiment to switch out drivers dynamically - on
> >>>>> > demand. On Android 2.2, how to skip loading drivers at startup? I
> >>>>> > want
> >>>>> > to load them at a later time. Is there a blanket command to skip
> >>>>> > loading the drivers? Is there another one to start loading all of
> >>>>> > them?
> >>>>>
> >>>>> --
> >>>>> unsubscribe: [email protected]
> >>>>> website: http://groups.google.com/group/android-kernel
> >>>>
> >>>> --
> >>>> unsubscribe: [email protected]
> >>>> website: http://groups.google.com/group/android-kernel
> >>>
> >>> --
> >>> unsubscribe: [email protected]
> >>> website: http://groups.google.com/group/android-kernel
> >
> > --
> > unsubscribe: [email protected]
> > website: http://groups.google.com/group/android-kernel
>
> --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-kernel
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to