Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SDAccel/docs/README_GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The SDAccel examples from the github are downloaded by the above steps. However,

First change directory to **helloworld_ocl** example.
```
$ cd <git area>/SDAccel/examples/xilinx_2017.4/getting_started/host/helloworld_ocl
$ cd <git area>/SDAccel/examples/xilinx/getting_started/hello_world/helloworld_ocl
```
The github examples use common header files and those needs to be copied in the local project source folder to make it easier to use.
Type the command **make local-files** to copy all necessary files in the local directory.
Expand All @@ -46,9 +46,9 @@ To debug using gdb inside from SDX gui few additional commands are needed to exe

```
$ mv /usr/local/Modules/init init.bak
$ unset f switchml
$ unset f _moduleraw
$ unset f module
$ unset -f switchml
$ unset -f _moduleraw
$ unset -f module
$ sdx
```

Expand Down
Binary file added SDAccel/docs/figure/gui_fig_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.