Drasko DRASKOVIC wrote: > On Sat, Apr 10, 2010 at 4:57 PM, Lin Yu <yulin...@gmail.com> wrote: > >> Hi, guys, >> >> I had same problem. >> >> But after I changed to scons 1.2, everything is ok. >> > > Might be that I have some mutant version of scons as I tried installing 1.3 > over 1.2 . > > I will try to remove it and install again 1.2. > > BR, > Drasko >
It might not be a versioning problem. I suspect that it happens due to images.S being generated in the source tree rather than under the build directory. Can you try removing loader/images.S if it exists. Then do: scons -f SConstruct.loader What do you get? I get: baha...@bahadir-laptop:~/codezero-v3$ scons -f SConstruct.loader scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... gen_loader_images_S(["loader/images.S"], ["build/kernel.elf", "build/conts/containers.elf"]) scons: done building targets. For this to run fine I also have build/conts/containers.elf and build/kernel.elf input files. Do you have them? -- Bahadir _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel