Skip to content

Commit b6c8190

Browse files
authored
Warn about openocd compiler issue
1 parent b669e64 commit b6c8190

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_docs/tutorials/debugging/gdb-openocd.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Open the target configuration and locate a line starting with `$_TARGETNAME conf
7575

7676
### Compile OpenOCD
7777

78+
**NOTE** The Sony OpenOCD branch has some compile issues on Ubuntu 18.04 right now, because it uses a newer compiler. The easiest "solution" is to remove the `-Werror` from your compile. We'll submit a patch soon.
79+
7880
To compile and install OpenOCD, after you made your changes, run
7981
```bash
8082
./bootstrap

0 commit comments

Comments
 (0)