From c7f9d9b1505082f47fce47b6aa65f26cd6eca339 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 28 Aug 2022 02:14:20 +0800 Subject: [PATCH] borads/z80: Remove the known issue about lib_strtof.c since it's fixed by: https://github.com/apache/incubator-nuttx/pull/6909 Signed-off-by: Xiang Xiao --- boards/z80/z180/p112/README.txt | 12 ------------ boards/z80/z80/z80sim/README.txt | 12 ------------ 2 files changed, 24 deletions(-) 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