GNU ARM C/C++ reference document Posted by bardi on 2015-05-12 05:20 Hi All, Where can I find “GNU ARM C/C++ Reference” which includes all GNU C/C++ keywords and directives ? Please note that I have the “ARM Compiler Toolchain Reference”. Thanks Bardi
Posted by HankB on 2015-05-12 12:56 Hi Bardi, Did you look at https://gcc.gnu.org/onlinedocs/ to see if the inforomation you sought was there? Searching that site for “keywords” leads me to https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc.pdf (Using the GNU Compiler Collection)
Posted by bardi on 2015-05-13 02:00 Hi HankB, Thanks for your answer, Yes, I’m aware of it. Unfortunately, there are many un-documented features in gcc. In fact, I’m looking for compatibility list between GNU ARM gcc and official ARM compiler (e.g. armcc). Bardi