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
9 changes: 9 additions & 0 deletions docs/common/ai/_cubie_vpm_run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ cd ai-sdk/examples/vpm_run

### 编译示例

:::tip
若编译时出现 `fatal error: stdio.h: No such file or directory`,请先安装编译工具链:

```bash
sudo apt install build-essential libc6-dev
```

:::

<Tabs>
<TabItem value="A733">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ cd ai-sdk/examples/vpm_run

### Compile the Example

:::tip
If you get a `fatal error: stdio.h: No such file or directory` error while compiling, install the build toolchain first:

```bash
sudo apt install build-essential libc6-dev
```

:::

<Tabs>
<TabItem value="A733">

Expand Down
Loading