You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MMS 8bade609cd 2.0.7 2 years ago
..
targetConfigs 2.0.7 2 years ago
.ccsproject 2.0.7 2 years ago
.cproject 2.0.7 2 years ago
.project 2.0.7 2 years ago
README.md 2.0.7 2 years ago
bsp.c 2.0.7 2 years ago
bsp.h 2.0.7 2 years ago
lesson.ld 2.0.7 2 years ago
main.c 2.0.7 2 years ago

README.md

Update for Code Composer Studio 11:

Code Composer Studio (CCS) 11 no longer comes with the GNU-ARM compiler installed. But the GNU-ARM toolchain can be installed via the menu:

"Help | Install GCC ARM Compiler Tools..."

Changed CCS Project

The CCS project in this lesson has been updated to use the GNU v9.2.1 (Linaro).

Also, the file startup_tm4c_gnu.c has been modified, by commenting out the call to __libc_init_array(); (line 389)

This call caused the linker error:

error: lesson.out uses VFP register arguments, ...\libc.a(lib_a-init.o) does not

Quantum Leaps, 2021-11-22