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