You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
studios...@gmail.com
on 27 Oct 2014 at 8:25The text was updated successfully, but these errors were encountered: