Re: Source `loader/images.S' not found

2010-04-10 Thread Bahadir Balban
Drasko DRASKOVIC wrote: > On Sat, Apr 10, 2010 at 4:57 PM, Lin Yu 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

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 4:57 PM, Lin Yu 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 > > -Yu

Re: Source `loader/images.S' not found

2010-04-10 Thread Lin Yu
Hi, guys, I had same problem. But after I changed to scons 1.2, everything is ok. -YuLin On Sat, Apr 10, 2010 at 10:37 PM, Drasko DRASKOVIC < drasko.drasko...@gmail.com> wrote: > > > On Sat, Apr 10, 2010 at 4:25 PM, Bahadir Balban wrote: > >> Drasko DRASKOVIC wrote: >> > >> > As you see, I pu

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 4:25 PM, Bahadir Balban wrote: > 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... >

Re: Source `loader/images.S' not found

2010-04-10 Thread Bahadir Balban
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.l4

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 1:52 PM, Amit Mahajan wrote: > > > > > > > Building the loader and packing... > > scons: Reading SConscript files ... > > scons: done reading SConscript files. > > scons: Building targets ... > > scons: *** [build/loader/images.o] Source `loader/images.S' not found, > > nee

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
Hi Amit, is this behavior normal: dra...@marx:~$ git clone git://git.l4dev.org/codezero.git Initialized empty Git repository in /home/drasko/codezero/.git/ remote: Counting objects: 13777, done. remote: Compressing objects: 100% (4204/4204), done. remote: Total 13777 (delta 9277), reused 13354 (de

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 1:52 PM, Amit Mahajan wrote: > > > > > > > Building the loader and packing... > > scons: Reading SConscript files ... > > scons: done reading SConscript files. > > scons: Building targets ... > > scons: *** [build/loader/images.o] Source `loader/images.S' not found, > > nee

Re: Source `loader/images.S' not found

2010-04-10 Thread Amit Mahajan
> > > Building the loader and packing... > scons: Reading SConscript files ... > scons: done reading SConscript files. > scons: Building targets ... > scons: *** [build/loader/images.o] Source `loader/images.S' not found, > needed by target `build/loader/images.o'. > scons: building terminated b

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 1:39 PM, Amit Mahajan 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 ar

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
. On Sat, Apr 10, 2010 at 1:39 PM, Amit Mahajan 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, yo

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
BTW, as I understand, loader/images.S is auto-generated by the ./scripts/loader/generate_loader_asm.py, but when I try to launch just that script, I am getting: dra...@marx:~/codezero$ ./scripts/loader/generate_loader_asm.py Traceback (most recent call last): File "./scripts/loader/generate_loade

Re: Source `loader/images.S' not found

2010-04-10 Thread Amit Mahajan
> > 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

Re: Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 1:27 PM, Amit Mahajan wrote: > > > > arm-none-eabi-ranlib build/loader/libs/c/libc-baremetal.a > > scons: *** [build/loader/images.o] Source `loader/images.S' not found, > > needed by target `build/loader/images.o'. > > scons: building terminated because of errors. > > Buil

Re: Source `loader/images.S' not found

2010-04-10 Thread Amit Mahajan
> arm-none-eabi-ranlib build/loader/libs/c/libc-baremetal.a > scons: *** [build/loader/images.o] Source `loader/images.S' not found, > needed by target `build/loader/images.o'. > scons: building terminated because of errors. > Build failed This is already fixed, but seems like the master branch

Re: Trunk broken?

2010-04-10 Thread Amit Mahajan
> I did git pull, > then: > > > > scons -c > > scons -f SConstruct.userlibs -c > (which fails) > > scons -f SConstruct.loader -c > > > How can I clean my project and config without deleting dir and > downloading it again? > > > I tried to deploy again configurations script and save new > con

Source `loader/images.S' not found

2010-04-10 Thread Drasko DRASKOVIC
Hi all, trying fresh build I encounter an error: arm-none-eabi-ranlib build/loader/libs/c/libc-baremetal.a scons: *** [build/loader/images.o] Source `loader/images.S' not found, needed by target `build/loader/images.o'. scons: building terminated because of errors. Build failed dra...@marx:~/code

Re: Trunk broken?

2010-04-10 Thread Drasko DRASKOVIC
On Sat, Apr 10, 2010 at 11:57 AM, Amit Mahajan wrote: > > > > > dra...@marx:~/codezero$ ./build.py > > > > > > Building userspace libraries... > > scons: Reading SConscript files ... > > TypeError: unsupported operand type(s) for +: 'NoneType' and 'str': > > File "/home/drasko/codezero/SConstruc

**** SPAM **** Re: Trunk broken?

2010-04-10 Thread Amit Mahajan
> > dra...@marx:~/codezero$ ./build.py > > > Building userspace libraries... > scons: Reading SConscript files ... > TypeError: unsupported operand type(s) for +: 'NoneType' and 'str': > File "/home/drasko/codezero/SConstruct.userlibs", line 19: > env = Environment(CC = config.toolchain_

Trunk broken?

2010-04-10 Thread Drasko DRASKOVIC
Hi all, I did git pull on devel branch, and I can not build the project anymore: dra...@marx:~/codezero$ ./build.py Building userspace libraries... scons: Reading SConscript files ... TypeError: unsupported operand type(s) for +: 'NoneType' and 'str': File "/home/drasko/codezero/SConstruct.user