Hotfix for Yagarto under Windows 8.1 / Windows 10

Universal CAN Converter
Post Reply
User avatar
M.Gerber
Design & Documentation
Design & Documentation
Posts: 68
Joined: Mon 13. Sep 2010, 16:34

Hotfix for Yagarto under Windows 8.1 / Windows 10

Post by M.Gerber » Tue 30. Sep 2014, 15:18

Hi!

When compiling firmware examples or own firmware with the provided Yagarto tool chain ("make" command), you might encounter problems under Windows 8.1 and Windows 10. These can be:
  • One or several application error windows pop up describing a problem with rm.exe or other executable tools.
  • The make process terminates abnormally with text chunks like:
    • "No such file or directory"
    • "Resource temporarily unavailable"
    • "compilation terminated"
    • "make: *** [file.name] Error xy"
Cause:
The msys-1.0.dll being part of the Yagarto Tools is not working correctly under Windows 8.1. and Windows 10

Solution:
Replace the msys-1.0.dll in the Yagarto Tools directory with the one from the ZIP file that is appended to this post. In detail:
  1. Locate the existing file msys-1.0.dll. By default it is residing in the following Tools directory (if not changed during Yagarto Tools installation):
    C:\yagarto-tools-20121018\bin
  2. Rename the existing DLL in order to have a backup:
    Current name: msys-1.0.dll (date: 2006-07-06)
    Backup name: msys-1.0.dll.bak
  3. Copy the DLL from the ZIP file to the Tools directory you've located above.
    New file: msys-1.0.dll (date: 2016-07-13)
NOTE: This hotfix is provided by PEAK-System and is not related to the official Yagarto project. In case of questions, please post them in this thread or contact our Technical Support by mail (support@peak-system.com).

Greetings
Mark
Attachments
Yagarto_Win81Win10_Hotfix_PEAK-System.zip
(380.58 KiB) Downloaded 873 times
Last edited by M.Gerber on Wed 31. Jul 2019, 16:11, edited 2 times in total.
Reason: Windows 10 taken into account, latest version of msys-1.0.dll

Post Reply