Changeset adb5185 in rtems for c/PROBLEMS
- Timestamp:
- 10/15/98 19:18:36 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4b378c29
- Parents:
- 405d5a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/PROBLEMS
r405d5a9 radb5185 41 41 result of this. 42 42 43 + Someone suggested writing a mini-system call interface to 44 include with RTEMS which would eliminate name conflicts. This 45 would allow the RTEMS POSIX API to be tested in this configuration. 46 43 47 + Some of the tests may execute correctly and not produce the exact 44 48 ordering of lines in the screen file. This appears to be a combination … … 58 62 --enable-gcc28 are given. 59 63 + force --enable-libcdir when --disable-gcc28 is given 64 65 + make profile does not currently work for a variety of reasons. Few 66 BSPs include profile versions of the libraries in their bsp_specs 67 file. There is no mechanism to sample data for gperf to process. 68 All of this will need to be addressed before "make profile" is truly 69 useful. 70 71 + Bare BSP does not compile for all configurations yet. This is 72 primarily due to libcpu support code assuming that the BSP has 73 made something available which is not with a bare BSP.
Note: See TracChangeset
for help on using the changeset viewer.