[okl4-developer] building okl4 > error > memory descriptors to KIP in image.elf
Antonin SUBTIL
antonin.subtil at gmail.com
Fri Mar 21 00:19:30 EST 2008
Hello,
I'm trying to build OKL4-1.52, with " tools/build.py toolprefix=
machine=ia32_pc99 project=iguana wombat=yes ". I had some warnings turning
into errors, but the problem was solved by editing toolchain.py and removing
"error" from gcc (I use GCC4). I also used the trick for elfadorn seen on
this ML.
(i.e. self.dict["CC_WARNINGS"] = ["all", "strict-prototypes",
"missing-prototypes",
"nested-externs",
"missing-declarations",
"redundant-decls", "undef",
"pointer-arith",
"no-nonnull"] # , "error"
self.dict["CXX_WARNINGS"] = ["all", "redundant-decls", "undef",
"pointer-arith",
"no-uninitialized"] #, "error"
)
But now I've got this new problem in image.elf, and I don't have any idea to
solve it... yet. Any help would be appreciated.
"[ELF ] build/images/image.elf
Error: Error: 11 memory descriptors are being added to the KIP but the
maximum is 0.
scons: *** [build/images/image.elf] Error 1
scons: building terminated because of errors."
Thanks
Antonin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20080320/585edcc3/attachment.htm
More information about the Developer
mailing list