URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [idp/] [README] - Rev 173
Compare with Previous | Blame | View Log
## $Id: README,v 1.2 2001-09-27 12:00:09 chris Exp $#This board support package has not been tested with multiprocessoror the timing support. The uniprocessor IDP package was tested thoughwith a fairly large application (although bugs may exist). The$RTEMS_ROOT/src/tests/Makefile should therefore have the samples andthe tests directories compiled first with the tmtests (timing) andmultiprocessor directories optional.Let me know if you have any problems or bug fixes. Bug fixes are greatlyappreciated. I do not work for RTEMS or am a member of the RTEMS supportgroup in any way, however. I am just one of many that appreciate"free" software and enjoy contributing when possible :). You can do it too!-- doug mcbridemcbride@rodin.colorado.edu==============================================================Notes: Make sure that -msoft-float is defined when compiling in thenewlib-beta-rtems/newlib/msoft-float directory subtree. You also probablywant to add the following line to line 413 ofnewlib-beta-rtems/newlib/msoft-float/libc/stdio/vfprintf.c:#define INTEGER_ONLYThat allows you to pass most of the paranoia test in the samplesdirectory of RTEMS although you can't see the floating point values actuallyprinted (software floating point tends to make that difficult anyway).In order to pass the whole paranoia test (with one flaw), however, I had tocomment out the following line in milestone 140 (why?):/* printf ("Testing X^((X + 1) / (X - 1)) vs. exp(2) = %.17e as X -> 1.\n",Exp2); */
