summarylogtreecommitdiffstats
path: root/hifive1-sdk.install
blob: 97773105273d76d7397baf655365d0076f03e170 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install () {
    echo ">>> NOTE: Currently, the whole stuff are put in /opt/hifive-sdk."
    echo ">>>       According to the guideline, this will be fixed soon."
    echo ">>>       "
    echo ">>>       The recommanded way to use this toolchain is to copy the"
    echo ">>>       directory, and follow the Official Getting Start Guide. "
    echo ">>>       Basically, make software PROGRAM=... "
    echo ">>>       "
    echo ">>>       There are still some linking issue, but demo_gpio is"
    echo ">>>       buildable."
}