]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commitdiff
Switch to ARM compiler 5.1.1
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Oct 2014 14:58:54 +0000 (16:58 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 1 Oct 2014 15:02:56 +0000 (17:02 +0200)
This is the version bundled with CCS 5.5.

Debug/GNUmakefile

index e2d89f4e8cc6722b7f819eaebaafbfb8bdd4090c..942f4218af1dac7f6ec417ac8a7405fbeb668e88 100644 (file)
@@ -4,7 +4,7 @@ include ../Makefile.var
 # as a hint for where is the compiler installed.
 CCS_UTILS_DIR ?= /opt/ti/ccsv5/utils
 
-ARM_COMPILER_DIR ?= $(dir $(CCS_UTILS_DIR))/tools/compiler/arm_5.0.1
+ARM_COMPILER_DIR ?= $(dir $(CCS_UTILS_DIR))/tools/compiler/arm_5.1.1
 
 CC=$(ARM_COMPILER_DIR)/bin/armcl
 AR=$(ARM_COMPILER_DIR)/bin/armar