toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

TCG Test for multiarch (DO NOT UPSTREAM)

Open linun77 opened this issue 2 years ago • 1 comments

When compiling the tcg test (make build-tcg), the multiarch tests present a compilation error relates to undeclared 'FE_TONEAREST' enumeration value. This enum need to be defined in 'fenv.h' newlibc header file for arc and arc64.

tcg tests for multiarch:

float_convs.c:26:7: error: 'FE_TONEAREST' undeclared here (not in a function) 26 | { FE_TONEAREST, "to nearest" },

linun77 avatar Sep 12 '22 10:09 linun77

@linun77 could you please provide more information on how that same problem could be reproduced on our side? I.e. which project you're building, from which sources (preferably with mention of source git repository and branch or even last commit in that branch), which toolchain do you use (some pre-built toolchain or you build it yourself etc).

abrodkin avatar Sep 13 '22 16:09 abrodkin

No activity.

claziss avatar Jul 04 '23 06:07 claziss