Hi All,
I am getting the following error when I tried to clean my HEXIWEAR project:
Looks like it is complained about .elf file. Have someone experienced the same problem? Any idea how to solve it?
Thanks
Does it solved, i am having same errors any suggestions.
Hi,
I am using KDS Version: 3.2.0 + GitHUB + Gitkraken. I could clean and built the project before without issues, but after I checked out previews revision code, I start to get this problem.
My real problem is that I do modification in the code but then when I try to debug I don't see the changes, Its like is using and old built's file (or the built's files are not updated). And I suspect that its happend because of this issue with the cleaning.
I have deleted the following files and compile again. I will let you know later what happens.
HEXIWEAR_MK64.elf -[arm/le]
HEXIWEAR_MK64.lst
HEXIWEAR_MK64.bin
HEXIWEAR_MK64.map
Thanks you!
Hi Ivan,
if you delete the .elf, then it only will do a relink, not a complete build of all files.
You would have to delete all the object files too.
Erich
Hi Erich,
When you say "object files" do you mean all .o files?
Thanks
yes. The simplest thing would be that you delete the whole 'debug' output folder.
Hi Ivan,
Are you using KDS V3.2.0? From what I know is that the problem comes from the very long command line passed to the rm command: the make file is able to deal with command line length >8192 on Windows, but not the rm command. So it fails.
I have submitted a report in GNU ARM Eclipse, but to my understanding this is not fixed/improved yet.
The easiest workaround is to delete the files in the output (debug) folder directly in the IDE or on the disk if you need to have them cleaned. Otherwise you could ignore that message.
I hope this helps,
Erich
Hello Ivan,
Could you please send the project to me , or tell me where can download it .
And which version of KDS do you used , i will test it on my side .
BR
Alice
Hi Alice,
You can find the project here GitHub - ipfarher/HEXIWEAR: HEXIWEAR firmware
Let me know if you get same issue than me.
BR