ps3dev / ps3toolchain

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

Error Makefile: 2278, 4233, 897 and script Failed #76

Open grifits opened 6 years ago

grifits commented 6 years ago

Hello. After running the script .toolchain.sh and long work more than 20 hours, I get the following result: /bin/bash: line 1: 5647 kill build/genautomata ../..gcc/common.md ../../gcc/config/rs6000/rs6000.md ins-conditions.md > tmp-automata.c Makefile:2278: error to perform the recipe for the target <> make[2]: [s-automata] error 137 make[2]: waiting for task completion... rm gcc.pod Makefile: 4233: error to perform the recipe for the target <> make[1]: [all-gcc] error 2 make[1]: exit dir <</usr/local/ps3dev/ps3toolchain/build/gcc-7.2.0/build-ppu>> Makefile:897: error to perform the recipe for the target <> make: [all] error 2 ../scripts/002-gcc-newlib-PPU.sh: Failed. help please any ideas and help

zeldin commented 6 years ago

Hi grifits, What hardware are you bulding on? I'm guessing by the fact that you didn't get farther than 002-gcc-newlib-PPU.sh despite running for 20 hours that it is rather constrained. I suspect that the "kill" here means that you ran out of memory during the genautomata run...

grifits commented 6 years ago

good afternoon thanks for the answer I'm using PS3

grifits commented 6 years ago

the question is not on the topic, but it can help me, I need to install gcc-4.7-spu, but it requires gcc-4.7-base, but it is installed in my system gcc-4.9-base. Any solutions and ideas how to install the two versions. For some reason, I could not delete gcc-4.9-base

grifits commented 6 years ago

I increased the size of the swap and moved on, but now I got this error: make_self.c:12:27: fatal error: openssl/modes.h: no such file or directory help where to find the reason, thanks

zeldin commented 6 years ago

Hi grifts, Are you on Ubuntu? This sounds like the issue @jparish1977 reported in #75. Please try installing libssl-dev.

grifits commented 6 years ago

This shifted my work from its place, though not the first time, but the installation reached the end and I saw the long-awaited command line. Thank you. How can I verify the installation?