[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
multiply defined stuff
- Date: Fri, 6 Mar 2009 17:42:49 -0600
- From: joel.sherrill at OARcorp.com (Joel Sherrill)
- Subject: multiply defined stuff
Till Straumann wrote:
> I find that these are currently (CVS head,
> newlib-1.17.0-rtems4.10-20090224.diff)
> defined/exported by both, RTEMS and newlib:
>
Some of these indicate that the autoconf
test(s) in RTEMS to detect these being present
in newlib are not working. The readdir() family
is in this category. Why is this one showing up
built in your RTEMS library?
Others are things we need to look at. creat()
is in this category.
> __assert
> __assert_func
> closedir
> creat
> execl
> execle
> execlp
> execv
> execve
> execvp
> getcwd
> opendir
> readdir
> readdir_r
> rewinddir
> scandir
> seekdir
> sleep
> telldir
> times
> ttyname
> ttyname_r
> usleep
>
> -- Till
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>