Atollic Truestudio Crackberry

Atollic’s TrueSTUDIO Debugger. TrueSTUDIO provides an overall display showing the Project, Source Code, Watch Lists, and other information in separate windows, each selectively shown or hidden as specified by the user selection. When the program operation changes the value of a displayed variable or object, all window updates are highlighted. I'd like to design my UI in TouchGFX designer, and be able to edit/run/debug it in the Atollic TrueStudio IDE. I've already read the various topics about TouchGFX and Atollic, but they all involve manual conversion.
Showing 43 changed files with 122,633 additions and 0 deletions. • +215 −0 • +3 −0 • +26 −0 • +11 −0 • +23 −0 • +11 −0 • • +4,759 −0 • +4,759 −0 • +7,442 −0 • +8,046 −0 • +4,785 −0 • +7,621 −0 • +8,224 −0 • +8,804 −0 • +9,015 −0 • +8,984 −0 • +9,195 −0 • +8,521 −0 • +10,646 −0 • +238 −0 • +122 −0 • +219 −0 • +136 −0 • +79 −0 • +7,538 −0 • +711 −0 • +822 −0 • +1,650 −0 • +1,802 −0 • +2,221 −0 • +637 −0 • +880 −0 • +697 −0 • +842 −0 • +1,630 −0 • • +1 −0 • +1 −0 • +61 −0 • +554 −0 • +528 −0 • +174 −0. @@ -0,0 +1,26 @@ STM32_ENC28J60 org.eclipse.cdt.managedbuilder.core.genmakebuilder clean,full,incremental, org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder full,incremental, org.eclipse.cdt.core.cnature org.eclipse.cdt.managedbuilder.core.managedBuildNature org.eclipse.cdt.managedbuilder.core.ScannerConfigNature.
I am using the newly-made-free Atollic TrueSTUDIO for STM 32 and built a CMSIS-based STM32F3 project from scratch. When I try to build the project, I get the following Build Console error: arm-atollic-eabi-objcopy: 'ProjectName': No such file and arm-atollic-eabi-size: 'ProjectName': No such file I'm not even sure if the project built itself correctly, although the CDT Build Console seems to suggest that it was built. For instance, if I try to create a new Debug configuration, there is no.elf file. For reference, here is the entire console output: Info: Internal Builder is used for build C: Program Files (x86) Atollic TrueSTUDIO for STM32 9.0.0 ide jre bin java -jar C: Program Files (x86) Atollic TrueSTUDIO for STM32 9.0.0 Tools arm-atollic-reports.jar convert hex sizeinfo list ProjectName Generate build reports.
Converting build output to hex arm-atollic-eabi-objcopy: 'ProjectName': No such file Output sent to: ProjectName.hex Converting build output to hex done Print size information arm-atollic-eabi-size: 'ProjectName': No such file Print size information done Generate listing file Output sent to: ProjectName.list Generate listing file done Generate build reports done 10:47:58 Build Finished (took 353ms).