RTL arm load failed

Chris Johns chrisj at rtems.org
Tue Nov 4 01:22:43 UTC 2014


On 2/11/2014 8:28 pm, Peng Fan wrote:
> Hi,
>
> qemu-system-arm -no-reboot -net none -nographic -M realview-pbx-a9 -m
> 256M -kernel `find . -name dl01.exe` -s -S
>
> *** BEGIN OF TEST libdl (RTL) Loader 1 ***
> load: /dl-o1.o
> rtl: unsupported section: 15: type=1879048195 flags=00
> handle: 0x212b10 has unresolved externals
>

Fixed on head ...

$ qemu-system-arm -no-reboot -net none -monitor none -serial stdio 
-nographic -M realview-pbx-a9   -m 256M -kernel `find . -name dl01.exe`


*** BEGIN OF TEST libdl (RTL) Loader 1 ***
load: /dl-o1.o
handle: 0x2137d8 loaded
Loaded module: argc:2 
[../../../../../../../../rtems.master/c/src/../../testsuites/libtests/dl01/dl-o1.c]
   0: Line 1
   1: Line 2
Loaded module: argc:3 
[../../../../../../../../rtems.master/c/src/../../testsuites/libtests/dl01/dl-o1.c]
   0: Call 2, line 1
   1: Call 2, line 2
   2: Call 2, line 3
handle: 0x2137d8 closed
*** END OF TEST libdl (RTL) Loader 1 ***

Chris


More information about the devel mailing list