summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:18:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:18:36 +0000
commitadb5185904444a87bc4d5b7164a946793b30e7f5 (patch)
tree746ca571c12093cd177f1299aa644b0fc086ecb8 /c
parentAdded pre_install_src as a dependency to debug and profile per Ralf Corsepius' (diff)
downloadrtems-adb5185904444a87bc4d5b7164a946793b30e7f5.tar.bz2
Added bare bsp, mini-glue layer for POSIX port, and bare bsp information.
Diffstat (limited to 'c')
-rw-r--r--c/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/c/PROBLEMS b/c/PROBLEMS
index 05f61f05cd..0b22675ac5 100644
--- a/c/PROBLEMS
+++ b/c/PROBLEMS
@@ -40,6 +40,10 @@ This is the list of outstanding problems in this release.
be addressed. The POSIX API cannot be used with this port as a
result of this.
+ + Someone suggested writing a mini-system call interface to
+ include with RTEMS which would eliminate name conflicts. This
+ would allow the RTEMS POSIX API to be tested in this configuration.
+
+ Some of the tests may execute correctly and not produce the exact
ordering of lines in the screen file. This appears to be a combination
of a number of factors including buffering, processor speed, IO
@@ -57,3 +61,13 @@ This is the list of outstanding problems in this release.
+ warn/refuse to configure when --enable-libcdir and
--enable-gcc28 are given.
+ force --enable-libcdir when --disable-gcc28 is given
+
++ make profile does not currently work for a variety of reasons. Few
+ BSPs include profile versions of the libraries in their bsp_specs
+ file. There is no mechanism to sample data for gperf to process.
+ All of this will need to be addressed before "make profile" is truly
+ useful.
+
++ Bare BSP does not compile for all configurations yet. This is
+ primarily due to libcpu support code assuming that the BSP has
+ made something available which is not with a bare BSP.