de     

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:software:windows_hints [2021/01/07 14:17] – Corrected typo in command line for installing mingw32 with pacman (deleted extra 's') emaxen:software:windows_hints [2021/01/07 14:25] (current) – Deleted extra space in command line pacman mingw32 178.201.152.65
Line 17: 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-w64-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]