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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.