-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmake-kits.json
32 lines (32 loc) · 1.35 KB
/
cmake-kits.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"name": "axcf2152,22.6.0.43",
"toolchainFile": "/home/phoenix/pxc/sdk/axcf2152_2022.6/toolchain.cmake",
"preferredGenerator": {"name": "Unix Makefiles"},
"cmakeSettings": {
"ARP_TOOLCHAIN_ROOT": "/home/phoenix/pxc/sdk/axcf2152_2022.6",
"ARP_DEVICE": "AXCF2152",
"ARP_DEVICE_VERSION": "2022.6.0 (22.6.0.43)",
"CMAKE_INSTALL_PREFIX": "/usr/local",
"CMAKE_STAGING_PREFIX": "${workspaceFolder}/build/cmake/${buildKit}/${buildType}/out/",
"CMAKE_PROGRAM_PATH": [
"/home/phoenix/pxc/sdk/axcf2152_2022.6/sysroots/x86_64-pokysdk-linux/usr/bin",
"${workspaceFolder}/build/cmake/external/grpc"]
}
},
{
"name": "axcf3152,23.0.2.56",
"toolchainFile": "/home/phoenix/pxc/sdk/axcf3152_2023.0.2/toolchain.cmake",
"preferredGenerator": {"name": "Unix Makefiles"},
"cmakeSettings": {
"ARP_TOOLCHAIN_ROOT": "/home/phoenix/pxc/sdk/axcf3152_2023.0.2",
"ARP_DEVICE": "AXCF3152",
"ARP_DEVICE_VERSION": "2023.0.2 LTS (23.0.2.56)",
"CMAKE_INSTALL_PREFIX": "/usr/local",
"CMAKE_STAGING_PREFIX": "${workspaceFolder}/build/cmake/${buildKit}/${buildType}/out/",
"CMAKE_PROGRAM_PATH": [
"/home/phoenix/pxc/sdk/axcf3152_2023.0.2/sysroots/x86_64-pokysdk-linux/usr/bin",
"${workspaceFolder}/build/cmake/external/grpc"]
}
}
]