Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
common.py | 22-Oct-2020 | 589 | |
create.py | 22-Oct-2020 | 2.3K | |
create_and_upload.py | 22-Oct-2020 | 1.1K | |
download.py | 22-Oct-2020 | 278 | |
README.md | 22-Oct-2020 | 440 | |
upload.py | 22-Oct-2020 | 268 | |
VERSION | 22-Oct-2020 | 1 |
1 ARM (hard float) sysroot for cross-compiling c++ code on a x86_64 Linux bot. 2 3 Run create_and_upload which installs the following debian packages and turns them 4 into a toolchain: 5 6 libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf 7 8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the 9 include paths if that number changed from the previous release (currently 4.8.4).