See this repo for further updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_custom_target ( | |
${PROJECT_NAME}_debug | |
DEPENDS .${PROJECT_NAME}_gdbserver | |
COMMAND gdb-multiarch | |
-ex "target extended-remote :3333" | |
-ex "load" | |
-ex "monitor reset" | |
--args $<TARGET_FILE:${PROJECT_NAME}> | |
) | |
add_custom_target ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
versions="6 8" | |
basetools="cpp gcc-ar gcc-nm gcc-ranlib gcov gcov-dump gcov-tool" | |
opttools= # "g++ gfortran" | |
platform="arm-linux-gnueabihf" # FIXME: make it work with "", and multiple platforms | |
# Test for root rights | |
if [ $(id -u) -ne 0 ]; then | |
echo "This script must be run as root.">&2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% IEEEtranUrldate.bst | |
%% BibTeX Bibliography Style file for IEEE Journals and Conferences (unsorted) | |
%% Merged GQMJr + Ian Oois versions on 2017.02.14 | |
%% | |
%% Edited on 2013.05.18 by GQMJr | |
%% Added ISBN, ISSN, DOI support | |
%% | |
%% Edited by Ian Ooi | |
%% Added urldate field, with accompanying default and CTLname variables to | |
%% allow for last accessed date on urls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated make config: don't edit | |
# crosstool-NG 1.20.0 Configuration | |
# Tue Feb 3 10:16:31 2015 | |
# | |
CT_CONFIGURE_has_xz=y | |
CT_MODULES=y | |
# | |
# Paths and misc options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated make config: don't edit | |
# crosstool-NG 1.20.0 Configuration | |
# Sun Feb 1 15:27:22 2015 | |
# | |
CT_CONFIGURE_has_xz=y | |
CT_MODULES=y | |
# | |
# Paths and misc options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ALL ] /home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/build/build-cc-core-pass-2/./gcc/xgcc -B/home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/build/build-cc-core-pass-2/./gcc/ -B/home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/buildtools/sparc64-unknown-linux-gnu/bin/ -B/home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/buildtools/sparc64-unknown-linux-gnu/lib/ -isystem /home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/buildtools/sparc64-unknown-linux-gnu/include -isystem /home/flashrom/download/gcc/build-sparc64-unknown-linux-gnu-test/sparc64-unknown-linux-gnu/buildtools/sparc64-unknown-linux-gnu/sys-include -g -Os -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include - |