Hello,
In Bionic's kernel files, I'm trying to support another architecture.
I have done the following steps from the readme:
HOW TO SUPPORT ANOTHER ARCHITECTURE:
====================================
see the content of tools/defaults.py, you will need to make a few
updates
here:
- add a new item to the 'kernel_archs' list of supported
architectures
- add a proper definition for 'kernel_known_<arch>_statics' with
relevant definitions.
- update 'kernel_known_statics' to map "<arch>" to
'kernel_known_<arch>_statics'
then, add the new architecture-specific headers to original/asm-
<arch>.
(please ensure that these are really needed, e.g. with tools/
find_headers.py)
finally, run tools/update_all.py
-------------------------
However, I need to check for the needed header files using tools/
find_headers.py
The script requires a 'bionic/kernel/original' directory. However,
this does not exist.
I tried copying my kernel headers there. Then it started complaining
it couldn't find 'bionic/kernel/original/config'.
I've been looking for this config file everywhere, but wasn't able to
find it.
Can anybody point me in the right direction how to use this
find_headers.py file?
Thanks in advance,
Kind regards,
Erik
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---