Skip to content

Commit

Permalink
Added Vitis SDK path fix for cmake (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Thoresen <[email protected]>
  • Loading branch information
tomasthoresen authored Feb 23, 2024
1 parent 0ec15d7 commit c19c20a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ sudo apt install rsync

## Building the micro-ROS library

Note - If Vitis SDK environment was sourced, the PATH will need to be adjusted.

```bash
export PATH="/usr/bin":$PATH
```
In order to generate the micro-ROS library for a specific target, the following command must be executed:

```bash
Expand Down

0 comments on commit c19c20a

Please sign in to comment.