First version of disovery toolchain

This commit is contained in:
t-moe
2015-03-02 19:16:04 +01:00
commit cc41f75734
86 changed files with 52024 additions and 0 deletions

8
eclipse/install.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "installing cdt, make support, cross gcc support, gdb hardware debugging and memoryview enhancements"
eclipse -nosplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/tools/cdt/releases/8.4 -installIU org.eclipse.cdt.feature.group,org.eclipse.cdt.gnu.build.feature.group,org.eclipse.cdt.build.crossgcc.feature.group,org.eclipse.cdt.debug.gdbjtag.feature.group,org.eclipse.cdt.debug.ui.memory.feature.group
echo "installing ebmsysregview (sfr register view)"
eclipse -nosplash -application org.eclipse.equinox.p2.director -repository http://embsysregview.sourceforge.net/update -installIU org.eclipse.cdt.embsysregview_feature.feature.group