Hello,
I am on Ubuntu 20.04 and I am using Eclipse CDT.
I would like to execute
make BOARD=stm32f746g-disco eclipsesym
as specified in the Eclipse integration guide here : https://github.com/RIOT-OS/RIOT/wiki/Using-the-Eclipse-IDE-for-C-and-CPP-Developers%2C-Howto
But I have this error : cmdline2xml.sh: line 29 cd: /home/username/Documents/git_repos/RIOT/build/stm32/cmsis/f7:
No such file or directory
Indeed the directory doesn’t exists… How can I do to make it work?
If I type
make eclipsesym
it does work, but the project doesn’t build (code 127).
Thank you for your help!
Hi @Ben_Squared, first of all welcome to RIOT! I’m glad you solved the issue and no worries, It’s always better to ask!
Thank you I am glad to join the community, I think the topic can be deleted, I can’t delete the original message.
Regards
What was the solution then?
The message pointing it out was deleted by @Ben_Squared but I believe @Ben_Squared had wrongly set the PATH variable.
Hello,
Yes, I though I’d be able to delete the first message by deleting newest ones. Solution was wrong compiler PATH. Once the good path set, no problem compiling.
Regards
This topic was automatically closed after 6 days. New replies are no longer allowed.