Skip to content

Commit 52b0b3b

Browse files
authored
Update GCC version requirement for AOT compilation (#15789)
### Summary Specify that GCC version needs to be 13 or higher for AOT compilation. It''s based on the issue #15440
1 parent 0601b7f commit 52b0b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backends-qualcomm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This example is verified with SM8550 and SM8450.
7171
### Software:
7272

7373
- Follow ExecuTorch recommended Python version.
74-
- A compiler to compile AOT parts, e.g., the GCC compiler comes with Ubuntu LTS.
74+
- A compiler to compile AOT parts, e.g., the GCC compiler comes with Ubuntu LTS. g++ version need to be 13 or higher.
7575
- [Android NDK](https://developer.android.com/ndk). This example is verified with NDK 26c.
7676
- (Optional) Target toolchain for linux embedded platform.
7777
- [Qualcomm AI Engine Direct SDK](https://developer.qualcomm.com/software/qualcomm-ai-engine-direct-sdk)

0 commit comments

Comments
 (0)