Skip to content

link command not supported on windows (at platform install time) #951

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

Closed
jantje opened this issue Apr 4, 2018 · 0 comments
Closed

link command not supported on windows (at platform install time) #951

jantje opened this issue Apr 4, 2018 · 0 comments
Labels
domain: configuration Configuring Sloeber does not work as docummented domain: other hardware importance: board specific OS: windows status: fixed in 4.3 status: workaround documented A workaround has been confirmed to solve this issue.

Comments

@jantje
Copy link
Member

jantje commented Apr 4, 2018

Some third party hardware use the ln command at installation to link stuff.
ln is not supported by windows. mklink should be used instead https://superuser.com/questions/182553/does-windows-have-the-ln-s-or-equivalent.

Note1: I see absolutely no reason why a link would be needed as the Arduino framework uses FQN's all the time.
Note2: The tests I have done with some of these third party hardware (using ln) seemed tow work fine.
Note3:Arduino IDE does not have this issue as they run in a cygwin runtime that translates the ln to mklink for them.

workaround: run the mkLink command manually (however what needs to be linked to what???)

@jantje jantje added OS: windows status: workaround documented A workaround has been confirmed to solve this issue. importance: board specific domain: other hardware domain: configuration Configuring Sloeber does not work as docummented labels Apr 4, 2018
jantje pushed a commit that referenced this issue Apr 4, 2018
implemented mklink /H in windows
This maynot work all the time but it should be an improvement
as now it didn't work on windows all the time
@jantje jantje closed this as completed Apr 9, 2018
@jantje jantje added status: fixed in 4.3 and removed domain: clean Clean does not work as documented. labels Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: configuration Configuring Sloeber does not work as docummented domain: other hardware importance: board specific OS: windows status: fixed in 4.3 status: workaround documented A workaround has been confirmed to solve this issue.
Projects
None yet
Development

No branches or pull requests

1 participant