de     

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:software:windows_hints [2017/03/22 17:05] – [IDE integration] stefanen:software:windows_hints [2017/03/22 17:38] – [Hints] stefan
Line 8: Line 8:
 Additional information can be found at [[http://wiki.ztex.de/doku.php?id=en:software:tutorial_example#usb_driver_for_windows|USB driver for Windows]] Additional information can be found at [[http://wiki.ztex.de/doku.php?id=en:software:tutorial_example#usb_driver_for_windows|USB driver for Windows]]
 ===== Hints ===== ===== Hints =====
-  * It is recommended to use the [[https://sourceforge.net/projects/msys2|MSys2]] environment+  * It is recommended to use the [[https://sourceforge.net/projects/msys2|MSYS/MINGW]] environment
   * make is not a part of the installation and has to be installed using the command <code>   * make is not a part of the installation and has to be installed using the command <code>
 pacman -S msys/make</code> pacman -S msys/make</code>
Line 18: Line 18:
     * Symlinks can be created by Ctrl+x s     * Symlinks can be created by Ctrl+x s
   * Some installation paths have to be set up in ''Makfile.conf'', see [[en:software:tutorial_compiling]]. Spaces and other odd signs in directory names cause a lot of trouble. In order to prevent this, create a few symlinks without spaces, e.g. link the installation directory of the Cypress FX3 SDK to ''/c/cypress'' (= ''c:\cypress''   * Some installation paths have to be set up in ''Makfile.conf'', see [[en:software:tutorial_compiling]]. Spaces and other odd signs in directory names cause a lot of trouble. In order to prevent this, create a few symlinks without spaces, e.g. link the installation directory of the Cypress FX3 SDK to ''/c/cypress'' (= ''c:\cypress''
-  * In order to build the C host software examples''libusb-1.0'' is required: <code>pacman -S mingw32/mingw-w64-i686-libusb</code> +  * MSYS/MinGW can also be used to build the C host software examples
-  * More packages can be found with <code>pacman -Ss</code>+    * ''libusb-1.0'' and ''gcc'' are required: <code>pacman -S mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-libusb</code> for 64 Bit binaries or  <code>  pacman -S mingw32/mingw-ws64-i686-gcc mingw32/mingw-w64-i686-libusb</code> for 32 Bit binaries 
 +    * Open MinGW64/MinGW32 environment (not just MSYS), got to the project directory and call ''make''
  
  
 
en/software/windows_hints.txt · Last modified: 2021/01/07 14:25 by 178.201.152.65
 
Recent changes RSS feed Creative Commons License Powered by PHP Debian Driven by DokuWiki
[ZTEX Home] [Imprint] [Privacy policy]