Hey folks,
i have a problem with my workspace in a Unix file system. Keil uVision stores the *.axf file extension in lower case. But when i try to flash the project on target, uVision searches a *.AXF in upper case.
Is there any reason for this behavior?
Can I avoid this problem?
In advance thank you...
If nothing else works, you could try with a symlink to make your file accessible under both names.
Ok, i have tried to made an upper case symlink to my lower case axf-file. Unfortunatly, Keil uVision ignores my symlink.
You could probably use the 'Run user program program after build' facility to rename the file.