Drasko DRASKOVIC wrote: > > As you see, I put some traces to see if the *generate_image_S *is being > called at all. > > Does anybody have idea how to fix this? I guess that loader/SConscript has > to be modified somehow... > > BR, > Drasko >
Drasko, I just did: 501 git clone git://git.l4dev.org/codezero.git codezero-v3 502 cd codezero-v3/ 503 git checkout -b devel --track origin/devel 504 ./configure.py -f config/cml/examples/helloworld/config.cml 505 ./build.py 506 ./tools/run-qemu-insight And these steps worked. When we change a symbol definition in the configuration, old config files can create issues. Generally the easiest way out is to save your configuration file build/config.cml and remove the build directory, and also remove the baremetal project directory to get it clean. My scons version: baha...@bahadir-laptop:~$ scons -v SCons by Steven Knight et al.: script: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-dev engine: v1.2.0.r3842, 2008/12/20 22:59:52, by scons on scons-dev Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation Python version 2.6.4 on ubuntu 9.10 Try the above if it fails I will look into your build details. -- Bahadir _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel