Using
Compilers and IDEs
- Using GCCE and P.I.P.S.
There are some known issues when compiling a P.I.P.S. application containing the main() entry point and using the GCCE target compiler. A workaround is described in this section:
- Using Carbide.c++ and P.I.P.S.
- Promoting char in comparison with RVCT
The default char will be promoted to int on WINSCW and unsigned on the RVCT compiler. Due to this promotion, comparison c != EOF will not become true on hardware and it will loop infinite.