You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Programming-guide/Using-Kaa-endpoint-SDKs/C/SDK-Edison/index.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Refer to [the Linux guide]({{root_url}}Programming-guide/Using-Kaa-endpoint-SDKs
27
27
28
28
tar -xvf edison-toolchain-20150120-linux64.tar.bz2
29
29
30
-
2. Install toolchain.
30
+
1. Install the toolchain.
31
31
32
32
cd i686
33
33
./install_script.sh
@@ -36,16 +36,23 @@ Refer to [the Linux guide]({{root_url}}Programming-guide/Using-Kaa-endpoint-SDKs
36
36
37
37
sed -i 's:+111:/111:' install_script.sh
38
38
39
-
The cross compilation toolchain is installed to `/opt/poky-edison/1.6.1/` directory by default. On some configurations the script installs the toolchain only to its working directory.
39
+
The cross compilation toolchain is installed to the current directory by default. On some configurations the script installs the toolchain to `/opt/poky-edison/1.6.1/`.
40
+
41
+
1. Install [Cmake](https://cmake.org/):
42
+
43
+
sudo apt-get install cmake
40
44
41
45
# Create application
42
46
43
47
Now, dependencies are installed and it is time to create Kaa application.
44
48
Since Edison is running Linux, you can refer to [the Linux guide]({{root_url}}Programming-guide/Using-Kaa-endpoint-SDKs/C/SDK-Linux/#c-sdk-build) for detailed process of application creation.
45
49
But remember, you must specify correct compiler when compiling your Kaa application for Intel Edison:
>**NOTE:**`PATH_TO_KAA_SDK` should be replaced with the path to Kaa C SDK relative to the `build` directory
55
+
and `PATH_TO_EDISON_SDK` should be replaced with the absolute path to the Edison SDK installation directory (see above).
49
56
50
57
For more details on how to build, upload and run your application on Edison board, you may refer to official [user guide](https://software.intel.com/en-us/intel-edison-board-user-guide).
0 commit comments