This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, FT32] sim: test coverage for link parameters, PM write port


On 07 Oct 2015 15:19, James Bowman wrote:
> Adds test coverage for recent features.
> 
> OK to apply?

doesn't seem to actually work:

$ make check-sim
...
Testing basic.s on machine ft32.
Executing on host: /usr/local/src/gnu/gdb/build/build-ft32/gas/as-new 
../../../../sim/testsuite/sim/ft32/basic.s  -I../../../../sim/testsuite/sim/ft32  -o basic.s.o    (timeout = 300)
spawn /usr/local/src/gnu/gdb/build/build-ft32/gas/as-new ../../../../sim/testsuite/sim/ft32/basic.s -I../../../../sim/testsuite/sim/ft32 -o basic.s.o
Executing on host: /usr/local/src/gnu/gdb/build/build-ft32/ld/ld-new basic.s.o   -o basic.s.x    (timeout = 300)
spawn /usr/local/src/gnu/gdb/build/build-ft32/ld/ld-new basic.s.o -o basic.s.x
basic.s.o: In function `__start':
(.text+0x50): undefined reference to `__PMSIZE'
basic.s.o: In function `__start':
(.text+0x6c): undefined reference to `__RAMSIZE'
linker exited with status 1
linker output is:
basic.s.o: In function `__start':
(.text+0x50): undefined reference to `__PMSIZE'
basic.s.o: In function `__start':
(.text+0x6c): undefined reference to `__RAMSIZE'

basic.s.o: In function `__start':
(.text+0x50): undefined reference to `__PMSIZE'
basic.s.o: In function `__start':
(.text+0x6c): undefined reference to `__RAMSIZE'

FAIL: ft32 basic.s (linking)
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]