-
Notifications
You must be signed in to change notification settings - Fork 1
Description
First off thanks for posting this excellent tutorial.
I made all the adjustments as directed to my ARM tool chain, all's on Drive D: etc. and I was sure to down load the resources listed, and created the properly titled directories. I have the template folder open in VCS, compile is fine but the linker is missing some resources. (I'm using the GIT bash shell. )
I tried the STM32F103 project first, just to see what happens. I get a similar set of errors when I do the F030-Blink, after I hand edit the makefile as instructed for the STM32F030F4P6. ( I have the hardware/Stlink v2 on hand, excited to step debug!)
I am surprised to see this issue, as my ARM compiler, and CMSIS 5.0 version is exactly as specified. Is there a chance that my CMSIS version 5.7 is too recent?
I'm not seeing this path: "LDFLAGS += -LD:/Dev-Tools/CMSIS_5/CMSIS/DSP/Lib/GCC" (makeflie, line #50)
Any ideas what to check next?
Thanks for the consideration of your response.