Skip to content

Commit

Permalink
v2.3, with static apps, no dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
Liviu Ionescu committed Jan 24, 2015
1 parent 823ce07 commit ba9c4cf
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 363 deletions.
16 changes: 8 additions & 8 deletions gnuarmeclipse/BUILD.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

This package was build on a Debian x64 machine, using the script provided in
This package was build on an Ubuntu 14 LTS x64 machine, using the script

gnuarmeclipse/build-build-tools-w32-cross-debian.sh
gnuarmeclipse/build-build-tools-w32-cross-ubuntu.sh

To run it, first be sure the the packages required in the Prerequisites
section are installed, then copy the script and execute it with bash:

bash build-build-tools-w32-cross-debian.sh
bash build-build-tools-w32-cross-ubuntu.sh

The output of the build script is a setup file in the ${OPENOCD_WORK}/output
The output of the build script is a setup file in the Work/output
folder.

To build the latest version of the package please use the script from:

wget https://sourceforge.net/p/gnuarmeclipse/build-tools/ci/gnuarmeclipse/tree/gnuarmeclipse/build-build-tools-w32-cross-debian.sh?format=raw \
-O ~/Downloads/build-build-tools-w32-cross-debian.sh
wget https://sourceforge.net/p/gnuarmeclipse/build-tools/ci/master/tree/gnuarmeclipse/build-build-tools-w32-cross-ubuntu.sh?format=raw \
-O ~/Downloads/build-build-tools-w32-cross-ubuntu.sh

bash ~/Downloads/build-build-tools-w32-cross-debian.sh
bash ~/Downloads/build-build-tools-w32-cross-ubuntu.sh

The script was developped on Debian x64. Running it on other GNU/Linux
The script was developped on Ubuntu 14 LTS x64. Running it on other GNU/Linux
distributions is possible, but might require some adjustments.

Up-to-date build informations are available in the GNU ARM Eclipse project wiki:
Expand Down
2 changes: 1 addition & 1 deletion gnuarmeclipse/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

There are currently no changes from the official MinGW MSYS distribution.
There are currently no changes from the official MSYS2 distribution.

Liviu Ionescu

17 changes: 11 additions & 6 deletions gnuarmeclipse/INFO.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@

These are the GNU ARM Eclipse build tools for 32-bit Windows.

The following binaries are copied from the MSYS2 project
(https://sourceforge.net/projects/msys2/), with no changes:
The following binaries are included:

- make.exe (GNU make version 4.1)
- rm.exe
- echo.exe
- sh.exe
- make.exe (GNU make version 4.1, compiled from MSYS2 sources)
- rm.exe (copy of busybox.exe)
- echo.exe (copy of busybox.exe)
- sh.exe (copy of busybox.exe)

MSYS2 is available from:
https://sourceforge.net/projects/msys2/

BusyBox is available from:
http://intgat.tigress.co.uk/rmy/busybox/index.html

For more details and support, please read the GNU ARM Eclipe project pages from:

Expand Down
330 changes: 0 additions & 330 deletions gnuarmeclipse/build-build-tools-w32-cross-debian.sh

This file was deleted.

Loading

0 comments on commit ba9c4cf

Please sign in to comment.