...
Execute the file as follows to install the cross compiler.
Note |
---|
In the environment on VirtualBox, installation may fail on shared directories. Please install in the directory on Ubuntu. |
Code Block |
---|
$ sudo apt-get install python3 $ tar xvf Ambarella_Toolchain_Linaro_2018.08.tar.xz $ cd Ambarella_Toolchain_Linaro_2018.08 $ sudo chmod +x ubuntuToolChain-201808 $ ./ubuntuToolChain-201808 |
Note |
---|
Info |
If you are prompted for TOOLCHAIN PATH[/usr/local]: , just press enter without typing anything. After that, the installation path will be automatically generated, so enter the Y key. |
Installing Google Chrome Browser
...