You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
README.md | 4 months ago | |
VERSION | 4 months ago | |
common.py | 4 months ago | |
create.py | 4 months ago | |
create_and_upload.py | 4 months ago | |
download.py | 4 months ago | |
upload.py | 4 months ago |
README.md
ARM (hard float) sysroot for cross-compiling c++ code on a x86_64 Linux bot.
Run create_and_upload which installs the following debian packages and turns them into a toolchain:
libstdc++-4.8-dev-armhf-cross libgcc-4.8-dev-armhf-cross binutils-arm-linux-gnueabihf
Take a peak at /usr/arm-linux-gnueabihf/include/c++/4.8.X
- you may need to update the
include paths if that number changed from the previous release (currently 4.8.4).