.
On Sat, Apr 10, 2010 at 1:39 PM, Amit Mahajan <amit.maha...@b-labs.co.uk>wrote: > > > > > ra...@marx:~/codezero$ git checkout -b devel --track origin/devel > > fatal: A branch named 'devel' already exists. > > dra...@marx:~/codezero$ git pull > > Already up-to-date. > > dra...@marx:~/codezero$ ./build.py > > > > Yes, you are on devel brach here, but again you are not doing a fresh > build, can you please delete the codezero/build directory and then > do ./build.py. > > You are seeing this error due to old object files present in your tree, > on doing clean build this should go away. > > So, just do > rm -rf build/codezero > ./build.py > I deleted whole codezero sources (project root), and git cloned from the start. Same result.
_______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel