New toolchain comitted

Daniele Forsi dforsi at gmail.com
Wed Aug 16 11:21:32 CEST 2006


Hello,

I just joined the list and got the sources from CVS yesterday at about
10pm and compiling the toolchain fails compiling loader.s with this
error
loader.s:104: Error: .space specifies non-absolute value

line 104 is:
  104: 	.ds.b	156 - .

Any ideas?

here is the output

~/dev/dslinux/toolchain$ make
[...]
make -C Loader
make[2]: Entering directory `/home/daniele/dev/dslinux/toolchain/ndstool/Loader'
[ -d build ] || mkdir -p build
arm-linux-elf-gcc -Wall -o build/loader.elf loader.s -Ttext 0x080000C0 -nostdlib
loader.s: Assembler messages:
loader.s:104: Error: .space specifies non-absolute value
make[2]: *** [build/loader.elf] Error 1
make[2]: Leaving directory `/home/daniele/dev/dslinux/toolchain/ndstool/Loader'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/daniele/dev/dslinux/toolchain/ndstool'
make: *** [/home/daniele/dev/dslinux/toolchain/ndstool/.compiled] Error 2

-- 
Ciao,
Daniele



More information about the dslinux-devel mailing list