Search found 3 matches

by chansore
Tue Oct 02, 2018 5:18 am
Forum: Tiva Support
Topic: Building and OpenOCD Issues on Tiva C TM4C123G
Replies: 6
Views: 16423

Re: Building and OpenOCD Issues on Tiva C TM4C123G

So I've redirected the $(CHIBIOS) and $(CHIBIOS_CONTRIB) that were already in the Makerfile for the TM4C123G paths to: CHIBIOS = C:/ChibiStudio/chibios182 CHIBIOS_CONTRIB = $(CHIBIOS) With changes to the following code after moving some files around: # Licensing files. include $(CHIBIOS)/os/license/...
by chansore
Mon Oct 01, 2018 4:56 pm
Forum: Tiva Support
Topic: Building and OpenOCD Issues on Tiva C TM4C123G
Replies: 6
Views: 16423

Re: Building and OpenOCD Issues on Tiva C TM4C123G

Is the relative path in $(CHIBIOS) correct? the starting point is the directory containing Makefile. Giovanni The paths for $(CHIBIOS) and $(CHIBIOS_CONTRIB) are respectively: CHIBIOS = ../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib I don't see a ChibiOS-RT folder, and I'm u...
by chansore
Sun Sep 30, 2018 9:34 pm
Forum: Tiva Support
Topic: Building and OpenOCD Issues on Tiva C TM4C123G
Replies: 6
Views: 16423

Building and OpenOCD Issues on Tiva C TM4C123G

Hello, I've been trying to run the TM4C123G demo on the 18.2.1 release of ChibiOS, and I've been having trouble with the following lines on the Makefile: RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC include $(RULESPATH)/rules.mk With the error and warning: - Description Resource Pat...

Go to advanced search