User Tools

Site Tools






preparing_a_build_environment_in_cygwin

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
preparing_a_build_environment_in_cygwin [2021/06/18 23:36]
– [3) Build and install gcc+ghdl] gurce
preparing_a_build_environment_in_cygwin [2021/06/19 00:34]
– [3) Build and install gcc+ghdl] - work around a windows EOL issue in cygwin gurce
Line 143: Line 143:
       * Edit the "**gcc-4.9.3/libcpp/system.h**" file       * Edit the "**gcc-4.9.3/libcpp/system.h**" file
       * Towards the start of the file, add "**#define __GNU_VISIBLE 1**" (prior to "#include <stdio.h>")       * Towards the start of the file, add "**#define __GNU_VISIBLE 1**" (prior to "#include <stdio.h>")
 +      * run **make -j2** again
 +    * If you get an error saying ": No such file or directory", try typing:
 +      * **export SHELLOPTS**
 +      * **set -o igncr**
       * run **make -j2** again       * run **make -j2** again
   * **make install**   * **make install**
preparing_a_build_environment_in_cygwin.txt · Last modified: 2021/06/19 00:35 by gurce