Hi Everyone,
I am trying to port bionic libc with linux kernel, and when I
generate header files, according to README.TXT at ..../bionic/libc/
kernel/, I copy linux header files at kernel/original... and run tools/
update_all.py, it comes problem as following:(no mater it's in
isolated bionic dir or in whole android code dirs)
....libc/kernel$ tools/update_all.py
Traceback (most recent call last):
File "tools/update_all.py", line 3, in <module>
import sys, cpp, kernel, glob, os, re, getopt, clean_header
File "/media/work/sei/android/working_directory/bionic/libc/kernel/
tools/cpp.py", line 5, in <module>
from defaults import *
File "/media/work/sei/android/working_directory/bionic/libc/kernel/
tools/defaults.py", line 48
{"asm": "__asm__"},
^
SyntaxError: invalid syntax
It beats me. Does somebody know how to solve it?
Thanks!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en