Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI am trying to compile Go-Ahead server code 2.18 in ARM. An error is occured "stdint.h", line 35: serious error: c2933e: type disagreement for 'int8_t'. To avoid this error stdint.h file in code is renamed to 1_stdint.h and comilation is done. After this also strangely same error "stdint.h", line 35: Serious error: C2933E: type disagreement for 'int8_t' is given by compiler. Can anyone help on this issue.