thwpike / foldingathome

GNU General Public License v2.0
2 stars 2 forks source link

V7 Build failure #87

Open jtloper1 opened 8 years ago

jtloper1 commented 8 years ago

[ 95%] Building C object genisoimage/CMakeFiles/genisoimage.dir/rsync.c.o [ 95%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-mipsel.c.o [ 97%] Building C object genisoimage/CMakeFiles/genisoimage.dir/endian.c.o [ 97%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha1.c.o [ 98%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha256.c.o [ 98%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha512.c.o [100%] Building C object genisoimage/CMakeFiles/genisoimage.dir/checksum.c.o Linking C executable genisoimage make[4]: Leaving directory '/root/foldingathome-7client/foldingathome-7client/cdrkit-1.1.11/build' [100%] Built target genisoimage make[3]: Leaving directory '/root/foldingathome-7client/foldingathome-7client/cdrkit-1.1.11/build' make[2]: Leaving directory '/root/foldingathome-7client/foldingathome-7client/cdrkit-1.1.11/build' make[1]: Leaving directory '/root/foldingathome-7client/foldingathome-7client/cdrkit-1.1.11/build' cp cdrkit-1.1.11/build/genisoimage/genisoimage initrd_dir/bin/genisoimage git submodule update --init fatal: Not a git repository (or any of the parent directories): .git Makefile:509: recipe for target 'kernel_firmware' failed make: *\ [kernel_firmware] Error 128 root@jtloper3:~/foldingathome-7client/foldingathome-7client#

thwpike commented 8 years ago

@jtloper1 did you clone the git repo or download a tarball?

jtloper1 commented 8 years ago

downloaded zip. Could not find git link for v7.

On Tue, Nov 3, 2015 at 6:25 PM, Thomas Pike notifications@github.com wrote:

@jtloper1 https://github.com/jtloper1 did you clone the git repo or download a tarball?

— Reply to this email directly or view it on GitHub https://github.com/thwpike/foldingathome/issues/87#issuecomment-153551259 .

Primary Phone: 4256916963

PeterDaveHello commented 8 years ago

The submodule initialization will need git

fatal: Not a git repository (or any of the parent directories): .git

PeterDaveHello commented 8 years ago

@jtloper1 try this to clone the submodule if you don't want to clone a whole new project:

$ git clone --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git linux_firmware
thwpike commented 8 years ago

Hi @jtloper1,

You can just do:

git clone https://github.com/thwpike/foldingathome.git
cd foldingathome
git checkout -b v7client remotes/origin/v7client