diff --git a/boards/z80/z180/p112/README.txt b/boards/z80/z180/p112/README.txt index 3bdb5961e6..ab274831fa 100644 --- a/boards/z80/z180/p112/README.txt +++ b/boards/z80/z180/p112/README.txt @@ -162,15 +162,3 @@ Status with the integration of address environments on the Cortex-A. It is likely that there is some breakage due to incompatibilities with the Z180's mini-MMU. - -Known compilation problems with SDCC: - -Known compilation problems: - - CC: stdlib/lib_strtof.c - stdlib/lib_strtof.c:62:6: warning: #warning "Size of exponent is unknown" - stdlib/lib_strtof.c:76: error 122: dividing by ZERO - stdlib/lib_strtof.c:102: error 122: dividing by ZERO - stdlib/lib_strtof.c:76: error 122: dividing by ZERO - - Workaround: Remove lib_strtof.c from libs/libc/stdlib/Make.defs diff --git a/boards/z80/z80/z80sim/README.txt b/boards/z80/z80/z80sim/README.txt index 84ac69bc58..beeb7e472c 100644 --- a/boards/z80/z80/z80sim/README.txt +++ b/boards/z80/z80/z80sim/README.txt @@ -181,15 +181,3 @@ Then make the SDCC binaries and install SDCC: sudo make install - -Known compilation problems: - - CC: stdlib/lib_strtof.c - stdlib/lib_strtof.c:62:6: warning: #warning "Size of exponent is unknown" - stdlib/lib_strtof.c:76: error 122: dividing by ZERO - stdlib/lib_strtof.c:102: error 122: dividing by ZERO - stdlib/lib_strtof.c:76: error 122: dividing by ZERO - - Workaround: Remove lib_strtof.c from libs/libc/stdlib/Make.defs - - In arch/z80/src/z180: error 26: '_cbr' not a structure/union member