build fails on arm on case label range #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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