mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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 <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
e0185faa78
commit
c7f9d9b150
@@ -162,15 +162,3 @@ Status
|
|||||||
with the integration of address environments on the Cortex-A. It is
|
with the integration of address environments on the Cortex-A. It is
|
||||||
likely that there is some breakage due to incompatibilities with the
|
likely that there is some breakage due to incompatibilities with the
|
||||||
Z180's mini-MMU.
|
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
|
|
||||||
|
|||||||
@@ -181,15 +181,3 @@ Then make the SDCC binaries
|
|||||||
and install SDCC:
|
and install SDCC:
|
||||||
|
|
||||||
sudo make install
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user