2011-02-20 11:52 AM
Whenever I try to build one of the examples I recive the following error:
arm-atollic-eabi-gcc: ..\..\..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\TrueSTUDIO\startup_stm32f10x_md_vl.s: No such file or directory I checked and the ''missing'' file is present in the above mentioned directory. Please help! BR Jaka2011-02-25 10:40 PM
Trying to create a new STM32 project in TrueStudio based on the test programs (by tracking down all the dependencies) frustrated me to no end.
I ended up making a lot more progress by trying a different IDE (in my case, I switched to ARM's KEIL MDK-ARM toolchain). MDK-Lite is free but you are limited to a 32KB program. -g2011-02-26 04:24 AM
I found TrueStudio to be rather a bear, the projects from ST were built using the full version (the Lite doesn't support the projects), and you have to carefully check the documentation about setting up the environment they expect. You can ''import'' the project, but as noted, changing anything the tool dislikes or can't subsequently find, can be very frustrating.