Remove OpenMP option

This commit is contained in:
OSQZSS 2015-11-29 13:05:56 +09:00
parent 38c5245484
commit 962d5be7cd

View File

@ -10,15 +10,12 @@ to RF using software-defined radio (SDR) platforms, such as
2. Create an empty project for a console application. 2. Create an empty project for a console application.
3. On the Solution Explorer at right, add "gpssim.c" and "getopt.c" to the Souce Files folder. 3. On the Solution Explorer at right, add "gpssim.c" and "getopt.c" to the Souce Files folder.
4. Select "Release" in Solution Configurations drop-down list. 4. Select "Release" in Solution Configurations drop-down list.
5. Open the Property Pages dialog box and expand the Configuration Properties. 5. Build the solution.
6. Expand the C/C++ node and select the Language property page.
7. Enable the OpenMP Support (/openmp).
8. Build the solution.
### Building with GCC ### Building with GCC
``` ```
$ gcc gpssim.c -lm -fopenmp -o gps-sdr-sim $ gcc gpssim.c -lm -O3 -o gps-sdr-sim
``` ```
### Generating the GPS signal file ### Generating the GPS signal file