Skip to content
Snippets Groups Projects
Commit dc0a2c73 authored by Tod Kurt's avatar Tod Kurt
Browse files

remove gnu99 from compilation flags

parent 85c48c65
No related branches found
No related tags found
No related merge requests found
...@@ -523,7 +523,7 @@ endif ...@@ -523,7 +523,7 @@ endif
#CFLAGS += -O -Wall -std=gnu99 -I ../hardware/firmware #CFLAGS += -O -Wall -std=gnu99 -I ../hardware/firmware
CFLAGS += -Wall CFLAGS += -Wall
CFLAGS += -std=gnu99 #CFLAGS += -std=gnu99
CFLAGS += -DBLINK1_VERSION=\"$(BLINK1_VERSION)\" CFLAGS += -DBLINK1_VERSION=\"$(BLINK1_VERSION)\"
OBJS += blink1-lib.o OBJS += blink1-lib.o
......
...@@ -124,14 +124,15 @@ you may already have everything you need to compile `blink1-tool`. ...@@ -124,14 +124,15 @@ you may already have everything you need to compile `blink1-tool`.
- `cd blink1-tool` - `cd blink1-tool`
- `make` - `make`
### Windows (old way) ### Windows
- Install Visual Studio 2015 - Install Visual Studio 2015 or 2019
- Install MSYS2 : https://github.com/msys2/msys2/wiki/MSYS2-installation - Install MSYS2: https://www.msys2.org/
- In MSYS2 bash shell: - In MSYS2 bash shell:
- `pacman -S base-devel make git zip unzip mingw-w64-x86_64-toolchain` - `pacman -S base-devel make git zip unzip mingw-w64-x86_64-gcc`
- `export PATH=${PATH}:/c/msys64/mingw64/bin` - `export PATH=${PATH}:/c/msys64/mingw64/bin`
- `export PATH=${PATH}:"/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin"` - `export PATH=${PATH}:"/c/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin"`
- `export PATH=${PATH}:'/c/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64'"`
- `make` - `make`
### Other OSes ### Other OSes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment