If you add the command "writelog", you will get a log in the format DBG-%date%-%time%.txt in the folder you are in right now.
if %2 is declared, it will use this path for the log.
Plz test. If you have suggetions or bugs, plz tell me.
PS1 Port will follow later.
svn path=/trunk/tools/RosBE/; revision=1158
- Removed the 7z command line tool loading routine. It's included in RosBE now.
- Added some status messages to see the update command finished its job or not. Credits for this go to gabriel_it.
svn path=/trunk/tools/RosBE/; revision=1157
- We already have the tools folder in PATH for ages now, so we don't need to write the whole path to run a app from there.
- Adding the Host GCC Path to PATH twice doesn't make things better.
- Tidy up the clean command a bit more with Colin's Version in mind.
svn path=/trunk/tools/RosBE/; revision=1156
- Add --disable-werror to the compiler flags to make the build script more consistent with my upcoming RosBE-Unix changes.
svn path=/trunk/tools/RosBE/; revision=1151
- PS1 options script now sets the settings immediately after closing the options tool, too.
- Add missing Target Compiler C++ Paths.
- Cleanup the RosBE64 NSIS Script.
- Fix last remaining bug in the options tool.
ARM Port still does not build. HAAAALLP!
svn path=/trunk/tools/RosBE/; revision=1145
Packages for them can be downloaded from http://svn.reactos.org/RosBE-Sources.
- Use "setuplibrary.sh" for the current "buildtoolchain.sh" script and share as much code as possible between this file and RosBE-Unix' "RosBE-Builder.sh".
- Add a new parameter to this script for specifying the work/output directory.
- Add the cpucount tool to speed up the build process.
svn path=/trunk/tools/RosBE/; revision=1131
- Add a new "setuplibrary.sh" containing many functions from "rosbelibrary.sh".
This one can be shared between "buildtoolchain.sh" (RosBE-Windows) and "RosBE-Builder.sh" (RosBE-Unix) to simplify building the toolchain and minimize code differences.
- Add an optional installation directory parameter to "RosBE-Builder.sh".
If this one is given, the script will perform an unattended installation to the specified directory as long as it does not yet exist. Might be useful if we consider packaging RosBE-Unix into DEB/RPM/... packages in the future.
- Remove the update routines for previous versions. 1.5 changed too much stuff, so that a direct update isn't feasible in this version.
- Add bash's "local" keyword where appropriate.
Besides, the required source packages can now be downloaded from http://svn.reactos.org/RosBE-Sources.
You no longer need to retrieve them from released RosBE-Unix versions.
svn path=/trunk/tools/RosBE/; revision=1130
The build and preliminary source packages are up at http://reactos.coliinfinck.de ("toolchain_1.5.7z" and "sources_1.5.7z")
- Overhauled my tutorial about compiling GCC for Windows, including the new steps necessary for 4.4.2 and possible issues.
Special thanks to Dmitry Gorbachev for his help on getting GCC 4.4.2 to compile and to Caemyr for providing me with a powerful machine over RDP to get the builds done faster :-)
svn path=/trunk/tools/RosBE/; revision=1127
- Add some missing /i to make all ifs case insensitive where appropiate.
- Fix my stupidity where we set the CFLAGS for the targets. THIS IS BATCH, MAN!!!
- Check and generate the log folder in the make/makex process and not on startup. This fixes the broken-for-ages message for noobs showing up when the source folder is empty how to get the Source.
svn path=/trunk/tools/RosBE/; revision=1118
- Fixed the "GCC not found" bug in AMD64 Build Processes.
- Fixed something cosmetical in the look on startup of rosbe.
svn path=/trunk/tools/RosBE/; revision=1110
Fixed installer to be in sync to colin's renaming.
Updated changelog and readme
updated the variables for the new GCC
svn path=/trunk/tools/RosBE/; revision=1108