ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

Makefile:905: recipe for target `all' failed #56

Open roman5566 opened 12 years ago

roman5566 commented 12 years ago

hello guys, i'm using windows 7 64bit, with cygwin and used the tut on psl1ght wiki page.... anyhow i always get this error message while trying to compile, here is a pastebin of some of the error message .... any help would be appreciated. it seems to get stuck on the scripts/004-gcc-4.6.1-PPU-stage2.sh (any and all input appreciated) part 1 http://pastebin.com/QjaGNCra (this is the ending of my compile attempt) part 2 http://pastebin.com/HCiHvrLA (or what came before the part one [as free accounts are limited to some amount]) edit: part 3 http://pastebin.com/Sfn6EVyS ( i decided to post a little more of the output, this came before part 2 on cygwin output window)

roman5566 commented 12 years ago

does anyone know why would the build keep on failing in the same exact point while trying to use the 004-gcc-4.6.1-PPU-stage2.sh script ??? any input would be greatly appreciated.

chinghanyu commented 12 years ago

There's nothing to do with the script. Just simply remove file ``config.cache" in ~/ps3toolchain/build/gcc-4.6.1/build-ppu/gmp/ and this error will disappear. However, it will reappear again when building spu, and the same trick should work. Perhaps GNU forget to remove config.cache before packing.