Keysight Technologies U3810A Getting Started Manual page 122

Advanced iot teaching solution
Table of Contents

Advertisement

11 Execute the following commands to check whether a mraa repository has been successfully
downloaded.
cd mraa
ls
debian@beaglebone:~$ cd mraa
debian@beaglebone:~/mraa$ ls
api
cmake
CMakeLists.txt
CONTRIBUTING.md
COPYING
debian@beaglebone:~/mraa$
Once the packages are loaded, create a build area and descent into it.
debian@beaglebone:~$ cd mraa
debian@beaglebone:~/mraa$ mkdir build
debian@beaglebone:~/mraa$ cd build
12 Create the files for compilation by typing cmake -D CMAKE_INSTALL_PREFIX=/usr .. ..
debian@beaglebone:~/mraa/build$ cmake -D CMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
. . .
-- Configuring done
-- Generating done
-- Build files have been written to: /home/debian/mraa/build
debian@beaglebone:~/mraa/build$
If there are no errors, it is ready for the next step which is to compile the files. There may be some
warning messages during the compile, ignore them.
Keysight U3810 Series Getting Started Guide
docker-compose.yaml
docs
Doxyfile.in
Doxyfile.java.in
doxygen2jsdoc
DoxygenLayout.xml
doxyport
examples
imraa
include
jsstub
tools
README.md
scripts
src
tests
122

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents