Closed nabulator closed 9 years ago
Same problem... to solve this, i downloaded sjasm from here https://github.com/samsaga2/sjasm
and make separetely
after this comment sjasm entries on makefile
Same problem, with another file: bin2c
bin2c-1.0.zip 100%[==========================================================================================================================================>] 639 --.-KB/s in 0s
2015-07-18 00:48:15 (239 MB/s) - ‘bin2c-1.0.zip’ saved [639/639]
cd work && \ unzip bin2c-1.0.zip && \ cd bin2c && \ gcc bin2c.c -o bin2c && \ cp bin2c /opt/toolchains/gen/bin/bin2c Archive: bin2c-1.0.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of bin2c-1.0.zip or bin2c-1.0.zip.zip, and cannot find bin2c-1.0.zip.ZIP, period. Makefile:214: recipe for target '/opt/toolchains/gen/bin/bin2c' failed make: *\ [/opt/toolchains/gen/bin/bin2c] Error 9
Apparently sourceforge is having issues. When I look at the bin2c zip file I download this is what it shows:
I will look at finding some way to host these build requirements elsewhere. Not sure if there is enough room on this github project for all of them. (maybe just the problematic ones!)
Okay I pushed all the build requirements into the source tree. The will hopefully keep things working smoother.
Ubuntu 14.04 make is having problems finding a file. (this is my second time running it)