|
libmetal
latest
|
Go to the documentation of this file.
12 #ifndef __METAL_COMPILER__H__
13 #define __METAL_COMPILER__H__
16 # include <metal/compiler/gcc/compiler.h>
17 #elif defined(__ICCARM__)
18 # include <metal/compiler/iar/compiler.h>
19 #elif defined(__ARMCC_VERSION)
20 # error "MDK-ARM ARMCC compiler requires the GNU extensions to work correctly"
22 # error "Missing compiler support"