> 
> 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

-- 
Thanks

Amit Mahajan


_______________________________________________
codezero-devel mailing list
codezero-devel@lists.l4dev.org
http://lists.l4dev.org/mailman/listinfo/codezero-devel

Reply via email to