Hi,
I use CLion to write my code, and uVision to compile and flash the device. I want to integrate the compiling and flashing process to CLion (CMake).
I integrated ARMclang successfully in CMake.
How can I link and create the binary .hex with fromELF.exe? Does anyone have already set up a full toolchain to replace uVision?
The compiler, linker, etc are all command-line tools
See replies here:
https://community.arm.com/developer/tools-software/tools/f/keil-forum/44102/uvision-5-to-gnu-gcc
Hi Andy. Thanks for ur fast reply.
I solved the linking in the way u described.
One further Question:
on http://www.keil.com/support/man/docs/uv4/uv4_commandline.htm is described how to use the flashing/download manually on command line.
Examples:UV4 -f PROJECT1.uvprojx -t"MCB2100 Board"
When I use it uVision opens and downloads the image and closes itself afterwards. Is there a more smooth way? Like seeing the progress in command line or suppressing the opening of the keil uVision Window?
What programmer are you using?
Most have command-line utilities ...
Duplicate:
https://community.arm.com/developer/tools-software/tools/f/keil-forum/44211/loading-axf-image-to-target-without-open-uvision