[okl4-developer] Elfadorn - problem with parsing OUTPUT_ARCH
Tomas Hruby
thruby at cs.otago.ac.nz
Thu Jul 24 17:43:58 EST 2008
Hi,
While compiling l4test elfadorn exits with the following error.
Elfadorn error: <AST>:4:18:
MismatchedTokenException: <AST>:4:18:
It seems that it does not expect ':' inside OUTPUT_ARCH, instead it
expects ')'. Is there any easy fix to this problem? I was trying to
track handle it myself, I got as far as
tools/pyelf/parsers/gnu/gnu_ld_p.py:def macro(self):
where it fails. Since I am not familiar with these scripts I would
appreciate your help very much. Using okl4 2.1
The kernel is already compiled and linked. In this part of the build
process the linker uses its own scripts. I could supply a fixed copy
of the script, however, I am not sure how to tell the building system
to use it.
Cheers,
Tom
More information about the Developer
mailing list