Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 4 months ago.
Question about CMSIS-DAP
Hello, I download the whole project source codes at: https://github.com/NordicSemiconductor/CMSIS-DAP/tree/V0216, then I use the KEIL to open the bootloader project(CMSIS-DAP-master\bootloader\mdk\ATSAM3U2C),when I compile the project,I found this message: ..\..\Common\inc\mbed_htm.h(19): error: #5: cannot open source input file "version_git.h": No such file or directory. I research this version_git.h file on google,but I can't find it.Could you offer it? By the way,how can I download this bootloader to the MCU(ATSAM3U2C)?By JLINK? Any good suggestion? Thank you!
Question relating to:
1 Answer
10 years, 4 months ago.
version_git.h would be something which gets auto-generated prior to a build. It originates from the execution of https://github.com/NordicSemiconductor/CMSIS-DAP/blob/V0216/tools/pre_build_script.py
You'd need to have git installed on your system for the script to run usefully. Study the build toolchain (under tools) to get an idea of what might be happening. Otherwise, I'm sure someone else from the team will answer this for you.