Quote:
|
Originally Posted by Tankero
I strongly recommend vmware+linux or separate linux box.
|
Or separate Linux partition on same system. Many possibilities.
But indeed, trying to get this to run without Linux is asking for more problems.
Remember, even under Linux the development kit has to setup a cross-compiler environment because the Dreambox CPU is different from the PC CPU.
So alongside the native gcc that generates Intel binaries a second gcc is installed that generates IBM PowerPC binaries. That is the step the installer is performing at that moment. It probably does not expect to build a gcc that crosscompiles to IBM PowerPC and runs under Windows.
(not that this is impossible, it just isn't what everyone else does)