build fails on arm on case label range #3
Closed
opened 4 years ago by Ghost
·
2 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I've tested compiling on a x86_64 machine and it works properly, but when I attempt to do it on a armv7h it fails; perhaps it's a difference in default variable size for the two archs?
Hi, sorry for the inactivity, this error is due to EOF being defined as a negative signed int of a value exceeding the minimum value permitted by char on arm (which seems to be unsigned).
I should have fixed the problem with a preprocessor check to enable that case only on x86 architectures, check if it compiles and I will (hopefully) be abled to close this issue.
Again sorry for the long wait
Hello,
sorry for my own delay in responding.
The preprocessor directive works and it builds ok, moreover, it parses the file ok according to the -d option