Fixes our Pentium I incompatibilities for real. Will be changed again, when the host/target issues are eventually solved.
See issue #4635 for more details.
svn path=/trunk/tools/RosBE/; revision=1058
- clean did not remove the makefile in the PS Version.
- ssvn did not work, because RosBE creates the logdir before the folder emptyness test.
Plz test.
svn path=/trunk/tools/RosBE/; revision=1053
It will be released on May 26th if some more ppl test it. Test Installer will be released today.
- Updated changelog and Readme to include latest changes.
svn path=/trunk/tools/RosBE/; revision=997
Fixed version showing when using charch and chdefdir under PS.
Fixed endless loop in update under PS.
Fixed variables to TARGET GCC under PS.
Thx to Jaykul from #powershell
svn path=/trunk/tools/RosBE/; revision=994
- Cleaned whitespace
- PS Variable nulling does not remove them, more keeps a empty variable. This was the reason for the "buildno.h not found" error fixed yesterday. This is not bad in the situations where it still happened, but now we remove them fully.
- Updated changelog and readme.
svn path=/trunk/tools/RosBE/; revision=992
Fixed a lil bug in rosbe.ps1
Still tbd:
Find out why it sometimes fails with buildno.h not found.
Get a proper tee-object for logging
svn path=/trunk/tools/RosBE/; revision=987
- Rewrite most of the RosBE-Windows CMD scripts resulting in more compact and cleaner code
- Remove the Standard MinGW Build Environment. We don't need it any longer since we have a new GCC
- Get rid of the GCC 3.4.5-specific hacks: A properly compiled GCC 3.4.5 shouldn't need them.
I've uploaded two GCC 3.4.5 packages for testing to http://reactos.colinfinck.de/. Testers, who often dig into old revisions, shall please try whether the current scripts can compile those old builds with one of these packages.
- Get rid of the experimental ARM and PPC compiler support: It simply won't work that way and we can readd that later, when we have proper compilers
- Use setlocal wherever possible, so that we don't need to unload the used variables explicitly
- Make the coding style more consistent
Testers, please try the new scripts on a RosBE 1.4.2 installation.
If you compile for AMD64, you will also need to rename RosBE's "x86_64" directory to "amd64".
svn path=/trunk/tools/RosBE/; revision=982
- Update Changelog and Readme
The Mingw32 Runtime DLL isn't needed by any of our tools, so it has been removed. This also means, we're again consistent with RosBE-Unix on the Runtime version number (3.13).
svn path=/trunk/tools/RosBE/; revision=975
I could fix that in the Makefile, but then compatibility with older revisions would still be broken. Also this little detection inside the Makefile could prevent some people from attempting to use their own, incompatible GCC versions.
Therefore I've added --build, --host and --target values to the toolchain's configure scripts and set them all to "mingw32" to make sure that they aren't doing any cross-compiling attempts.
i686 optimizations for the built compiler were manually applied with -march=i686 in CFLAGS and CXXFLAGS. (which *doesn't* mean ROS itself will need an i686 onwards CPU from now on)
svn path=/trunk/tools/RosBE/; revision=974
Updated not yet updated version number in readme.
New stuff and fixed for the installer:
Fully integrated PS Version of MingW Default Env.
fixed some typos
Made the PS1 Version default in Windows 7.
svn path=/trunk/tools/RosBE/; revision=972
Modified the Path Variable to be not overwritten. Now it stays but is being extended.
Readded LIBRARY_PATH to fix some problems. (Thx to DerSani from the German Chat)
svn path=/trunk/tools/RosBE/; revision=971
Add shortcuts for the Powershell Version. TBD: only make them if it was chosen to install the PS Scripts at all.
Not tested yet!
svn path=/trunk/tools/RosBE/; revision=967
Tbd. Make this possible for all settings and add a neutrality checkbox into the config tool. to get back to the default color.
svn path=/trunk/tools/RosBE/; revision=963
- Add a script for automatically compiling a GNU/MinGW toolchain (binutils, gcc, mingw-runtime, w32api) under Windows making use of the toolchain packages bundled with RosBE-Unix.
These tools will finally have correct relative built-in include directories.
- Add a documentation explaining the used options and possible problems when building the tools under Windows with MSYS
svn path=/trunk/tools/RosBE/; revision=962