Is there any framebuffer testcases?

Chris Johns chrisj at rtems.org
Fri Apr 15 07:39:38 UTC 2016


On 15/04/2016 16:00, Chris Johns wrote:
> On 15/04/2016 15:22, Sebastian Huber wrote:
>
> The results are:
>
> $ /opt/work/rtems/4.12/bin/i386-rtems4.12-gcc -o conftest conftest.c
> -nostdlib -Wl,--whole-archive  -lm -lg -lgomp -lssp -lstdc++ -lc -lgcc
> /opt/work/rtems/4.12/i386-rtems4.12/lib/crt0.o -v 2>&1 | grep undefined
> | sed -e "s/.*\`//" -e "s/\'.*$//" | sort | uniq
> __atomic_fetch_add_4
> __dso_handle
> __sfp_handle_exceptions
> _arc4random_getentropy_fail
> _fini
> _init
> clock_getres
> getentropy
> pthread_attr_destroy
> pthread_attr_getstacksize
> pthread_attr_init
> pthread_attr_setdetachstate
> pthread_attr_setinheritsched
> pthread_attr_setschedparam
> pthread_attr_setschedpolicy
> pthread_attr_setstacksize
> pthread_create
> pthread_detach
> pthread_exit
> pthread_getspecific
> pthread_join
> pthread_key_create
> pthread_key_delete
> pthread_once
> pthread_setspecific
> sem_destroy
> sem_init
> sem_post
> sem_trywait
> sem_wait
> sysconf
>
> I will post results for other archs once the tools finish building.
>

Here they are:

$ /opt/work/rtems/4.12/bin/arm-rtems4.12-gcc -o conftest conftest.c 
-nostdlib -Wl,--whole-archive  -lm -lg -lgomp -lssp -lstdc++ -lc -lgcc 
/opt/work/rtems/4.12/arm-rtems4.12/lib/crt0.o -v 2>&1 | grep undefined | 
sed -e "s/.*\`//" -e "s/\'.*$//" | sort | uniq
__aeabi_read_tp
__atomic_fetch_add_4
__dso_handle
__sync_synchronize
_arc4random_getentropy_fail
_fini
_init
clock_getres
getentropy
pthread_attr_destroy
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
pthread_attr_setstacksize
pthread_create
pthread_detach
pthread_exit
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_once
pthread_setspecific
sem_destroy
sem_init
sem_post
sem_trywait
sem_wait
sysconf

$ /opt/work/rtems/4.12/bin/sparc-rtems4.12-gcc -o conftest conftest.c 
-nostdlib -Wl,--whole-archive  -lm -lg -lgomp -lssp -lstdc++ -lc -lgcc 
/opt/work/rtems/4.12/sparc-rtems4.12/lib/crt0.o -v 2>&1 | grep undefined 
| sed -e "s/.*\`//" -e "s/\'.*$//" | sort | uniq
__atomic_fetch_add_4
__dso_handle
_arc4random_getentropy_fail
_fini
_init
clock_getres
getentropy
pthread_attr_destroy
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
pthread_attr_setstacksize
pthread_create
pthread_detach
pthread_exit
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_once
pthread_setspecific
sem_destroy
sem_init
sem_post
sem_trywait
sem_wait
sysconf

$ /opt/work/rtems/4.12/bin/powerpc-rtems4.12-gcc -o conftest conftest.c 
-nostdlib -Wl,--whole-archive  -lm -lg -lgomp -lssp -lstdc++ -lc -lgcc 
/opt/work/rtems/4.12/powerpc-rtems4.12/lib/crt0.o -v 2>&1 | grep 
undefined | sed -e "s/.*\`//" -e "s/\'.*$//" | sort | uniq
__do_global_ctors
__dso_handle
_arc4random_getentropy_fail
_fini
_init
clock_getres
getentropy
pthread_attr_destroy
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_setdetachstate
pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
pthread_attr_setstacksize
pthread_create
pthread_detach
pthread_exit
pthread_getspecific
pthread_join
pthread_key_create
pthread_key_delete
pthread_once
pthread_setspecific
sem_destroy
sem_init
sem_post
sem_trywait
sem_wait
sysconf

Chris



More information about the users mailing list