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
#!/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 |