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
Last revisionBoth sides next revision
en:software:windows_hints [2017/03/22 17:38] – [Hints] stefanen:software:windows_hints [2021/01/07 14:17] – Corrected typo in command line for installing mingw32 with pacman (deleted extra 's') emax
Line 4: Line 4:
 Windows but unfortunately Windows is a quite unfriendly environment for such programs. Some SDK's hide this behind an IDE (e.g. the Cypress FX3 SDK is delivered with Eclipse). ZTEX does no go this way. Windows but unfortunately Windows is a quite unfriendly environment for such programs. Some SDK's hide this behind an IDE (e.g. the Cypress FX3 SDK is delivered with Eclipse). ZTEX does no go this way.
  
-The building rules of the ZTEX SDK are described by platform and IDE independent Makfiles. This tutorial gives some hints for setting up the development environment and describes how the SDK can be integrated into an IDE. +The building rules of the ZTEX SDK are described by platform and IDE independent Makfiles. This tutorial gives you some hints for setting up the development environment and describes how the SDK can be integrated into an IDE.
- +
-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|MSYS/MINGW]] environment   * It is recommended to use the [[https://sourceforge.net/projects/msys2|MSYS/MINGW]] environment
Line 19: Line 17:
   * 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''
   * MSYS/MinGW can also be used to build the C host software examples:   * MSYS/MinGW can also be used to build the C host software examples:
-    * ''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+    * ''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-w64-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''     * 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]