[okl4-developer] debug symbols
Gabi Voiculescu
boy3dfx2 at yahoo.com
Mon Apr 28 04:08:46 EST 2008
Hello and Happy Easter to everybody who is celebrating it today!
Please give me some feedback because I'm kinda stuck.
I simplify my previous set of questions:
1. Is there a flag I can pass to the build system in OKL4 2.1 so that I get the C source code in the elf image (as debug information), in a form compatible with arm-linux-objdump?
2. What was your intention with the macro USER_UTCB_REF in architecture v6? More to the point, where should it have been stored?
I still get roottask error when I switch from idle task to l4test task (or iguana application) in the beginning of the run for ARM1176.
In order to build, I had to:
- copy the files from /arch/arm/pistachio/cpu/arm1136js into arm1176jzs/,
- disable VFP in .../arm1176jzs/include/syscon.h
- change arch/arm/tools/machine.py class arm1176jzf to:
class arm1176jzs(armv6jf):
cpu = "arm1176jzs"
c_flags = armv6.c_flags + ["-march=armv6j"]
cpp_defines = armv6.cpp_defines + [("__ARMv__", 6), "__ARMv6__"]
arch_version = 6
- create my platform files
Thank you,
Gabi Voiculescu
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080427/5a711794/attachment.htm
More information about the Developer
mailing list