Skip to content

Commit

Permalink
Merge pull request #7534 from kaspar030/remove_pr5519_warning_from_re…
Browse files Browse the repository at this point in the history
…adme

README.md: remove obsolete gcc6 issue warning
  • Loading branch information
kaspar030 authored Aug 29, 2017
2 parents acfa727 + 6bcfd45 commit 09f654e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ but not limited to:
* The RIOT API itself can be built from the code using doxygen. The latest
version is uploaded daily to http://riot-os.org/api.

## KNOWN ISSUES
* With latest GCC version (>= 6) platforms based on some ARM platforms will
raise some warnings, leading to a failing build
(see https://github.com/RIOT-OS/RIOT/issues/5519).
As a workaround, you can compile with warnings not being treated as errors:
`WERROR=0 make`

### USING THE NATIVE PORT WITH NETWORKING
If you compile RIOT for the native cpu and include the `netdev_tap` module,
you can specify a network interface like this: `PORT=tap0 make term`
Expand Down

0 comments on commit 09f654e

Please sign in to comment.