Norcroft C 5.88 Fatal error: typeof(93)
Dave Daniels (9035) 3 posts |
Hello all, I got the following error when compiling a program with Norcraft 5.88: Norcroft RISC OS Arm C vsn 5.88 [27 Oct 2021] Internal inconsistency: either resource shortage or compiler fault. If you This is a test program that produces the error: 8< typedef struct { typedef struct { void aaa(def *bbb) { } 8< The problem was caused by putting a ‘-’ instead of a ‘=’. It is not a serious problem Dave Daniels |
Thomas Milius (7848) 116 posts |
I had similar messages during the last days but also with an older version of the Norcroft Compiler in an entirely different context. I dared to add several function calls of an own function which shows me some debug messages on the screen into a certain function. |