-
Notifications
You must be signed in to change notification settings - Fork 996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keil MDK output fatal: Needed a single revision #645
Comments
These lines are failing: https://github.com/ARMmbed/DAPLink/blob/master/tools/pre_build_script.py#L62 Can you run it again with some checks for lines 65 and 66 - what exceptions are you getting? |
@0xc0170
|
I've noticed there might be an issue with paths , why are you executing the script from the exported files
? Same for the second command. where are you located when you execute pre_build_script ? seems like where ever you are , its not valid for a script as it tries to get 3 folders up and there's no version_git.h file |
@Aakrin Any update? |
The solution is to disable the python file from running in MDK |
Thanks for sharing. Considering this as resolved. |
I have found this question too |
just run this 2line in pre_build_script.bat by your hand: |
Use git clone to download this project, instead of downloading the ZIP file. |
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\keil5 mdk\core\ARM\ARMCC\Bin' f:\1\DAPLink-main\projectfiles\uvision\stm32f103xb_if>python ......\tools\pre_build_script.py
I am the same, but I don’t know how to disable python. Please solve this problem. It has been bothering me for a long time. |
@LONG300002 I assume this is again about git not python, clone the repo instead of downloading zip (you can verify it by running git command like |
How to solve this problem?
The text was updated successfully, but these errors were encountered: