ARM syntax in gcc?
llewelly@dbritsch.dsl.xmission.com
llewelly@dbritsch.dsl.xmission.com
Thu May 4 15:03:00 GMT 2000
On Thu, 4 May 2000, Neelakanth wrote:
> Sometime ago, Nick Clifton said:
>
[snip]
> I am sorry, I should have been more clear. Does gcc provide flags to
> force source file to follow the guidelines in the The Annotated C++
> Reference Manual ??
>
> thanks,
> -neelakanth
>
Not specifically. However, see
http://gcc.gnu.org/onlinedocs/gcc_2.html#SEC7
for some flags that may be of use.
Fortunately, much of ARM C++ is upward compatible with current gcc
(2.95.2). Most ARM C++ should 'just work'.
Your biggest difficulties will probably be with const violations.
[snip]
More information about the Gcc-help
mailing list