I have a C code written. When I compile it on Linux then in the header file it says the
following error: storage class specified for parameter i32 , i8 and so
i had the same experience. The problem was at the function prototype declaration in the header file where a semi colon was missing at the end of function declaration.
The function was indicated in the compilation logs as "In function ... " just before the error snippet