-
Notifications
You must be signed in to change notification settings - Fork 5
Example ADS
manast edited this page Sep 13, 2010
·
3 revisions
[meta] TITLE = ADS 1.2 DESCRIPTION = ADS 1.2 compiler for ARM [setup] CCCOM = '%CC %CFLAGS %CPPDEFINES %INCPATHS -c -o %TARGET %SOURCES' CXXCOM = '' CFILESUFFIX = '.c' CXXFILESUFFIX = '' CPPDEFSUFFIX = '' CC = 'armcc' CXX = '' LIBSUFFIX = '.a' OBJSUFFIX = '.o' CPPDEFPREFIX = '-D' LIBPREFIX = '' AR = 'armar' ARCOM = '%AR -create %TARGET %SOURCES' INCPREFIX = '-I"' INCSUFFIX = '"'