View Single Post
Old 05 June 2023, 19:08   #5
paraj
Registered User
 
paraj's Avatar
 
Join Date: Feb 2017
Location: Denmark
Posts: 1,173
Did you install the toolchain in the default location? If not, try doing that (a path with spaces could causes issues).

In cmdline.bat try changing line 3 from
Code:
path %path%;%prefix%\bin\
to
Code:
path %prefix%\bin\;%path%
Just tried the default installation and it worked for me (on Windows 11), the above is just random guesses based on previous experience with msys based stuff.
paraj is offline  
 
Page generated in 0.05529 seconds with 11 queries