kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

make install failes #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make the tools 
2. make install
3.

What is the expected output? What do you see instead?

I expect the make install to work. 
Instead I get this error
-----------------------------------------
cd sgdk-read-only/tools/bintos/src && \
    gcc -o bintos bintos.c  && cp bintos /opt/toolchains/gen//bin/.
cp: cannot create regular file ‘/opt/toolchains/gen//bin/.’: No such file 
or directory
make: *** [tools] Error 1

What version of the product are you using? On what operating system?
using the latest version (svn read-only repo) on ubuntu 14.04

Please provide any additional information below.

Original issue reported on code.google.com by studios...@gmail.com on 27 Oct 2014 at 8:25

GoogleCodeExporter commented 9 years ago
Also, the first build seems to compile 8.8 GB worth of code...
That's kinda bloated if you ask me. 

I deleted the branch and tried compiling everything all over again, this time 
with different errors. 

make[1]: Entering directory `/home/brian/gendev-read-only/sgdk/sgdk-read-only'
rescomp res/libres.res res/libres.s
make[1]: rescomp: Command not found
make[1]: *** [res/libres.s] Error 127
make[1]: Leaving directory `/home/brian/gendev-read-only/sgdk/sgdk-read-only'
make: *** [sgdk-read-only/libmd.a] Error 2

Original comment by studios...@gmail.com on 28 Oct 2014 at 12:16