Compiling Iguana using gcc4.1 and python 2.4 (2)
"ernesto bascon" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Heeeeeeeeeeeeelp!!!! Hi everybody: I'm newbie on Iguana and I did not have success and doing a "scons machine=pc99" shows me the following error message: => Generating build/pistachio/pistachio/tcb_layout.cc g++ -o build/pistachio/pistachio/tcb_layout.o -c -Wall -Werror -Wredundant-decls -Wundef -Wpointer-arith -Wno-uninitialized -m32 -O2 -finline-limit=999999999 -g -nostdinc -fno-builtin -fno-exceptions -fomit-frame-pointer -DARCH_IA32 -DMACHINE_PC99 -D__API__=v4 -D__ARCH__=ia32 -D__CPU__=i686 -D__PLATFORM__=pc99 -DCONFIG_ARCH_IA32=1 -DCONFIG_PLAT_PC99=1 -DCONFIG_CPU_IA32_I686=1 -DSCONS_BUILD=1 -D__USER__=\"eto@eto\" -DKERNEL_VERSION=0 -DKERNEL_SUBVERSION=1 -DKERNEL_SUBSUBVERSION=0 -DKERNEL_GEN_DAY=7 -DKERNEL_GEN_MONTH=7 -DKERNEL_GEN_YEAR=6 -DCONFIG_DEBUG=1 -DCONFIG_KMEM_TRACE=1 -DCONFIG_TRACEPOINTS=1 -DCONFIG_KDB=1 -DCONFIG_ASSERT_LEVEL=2 -DCONFIG_KDB_CONS_COM=1 -DCONFIG_VERBOSE_INIT=1 -DCONFIG_IS_32BIT=1 -Itools/magpie/include -Ilibs/templates/include -Ibuild/pistachio/pistachio/kernel/include -Ipistachio/kernel/include build/pistachio/pistachio/tcb_layout.cc => Generating build/pistachio/pistachio/kernel/include/tcb_layout.h scons: *** [build/pistachio/pistachio/kernel/include/tcb_layout.h] Exception Traceback (most recent call last): File "/usr/lib/scons/SCons/Taskmaster.py", line 101, in execute self.targets[0].build() File "/usr/lib/scons/SCons/Node/__init__.py", line 201, in build apply(executor, (self, errfunc), kw) File "/usr/lib/scons/SCons/Executor.py", line 115, in __call__ apply(action, (self.targets, self.sources, env, errfunc), kw) File "/usr/lib/scons/SCons/Action.py", line 243, in __call__ stat = self.execute(target, source, env) File "/usr/lib/scons/SCons/Action.py", line 512, in execute return self.execfunction(target=target, source=rsources, env=env) File "pistachio/SConstruct", line 220, in mk_tcblayout offsets = elffile.sheaders[".offsets"].container(Values) File "tools/pyelf/elf.py", line 306, in __getitem__ raise "badness" What changes I need to do to compile Iguana on gcc4.1 and python 2.4 ? Regards, Ernesto