Curt Brune
Curt Brune
Hi @VRAIMan , Please post links to the tarballs you want to upload and their sha1sum. When that all checks out I will upload them to the ONIE mirror.
One way to tell is to dump the u-boot environment variables, looking for variables named `onie_xxxx`. If onie is properly installed on the box, then from the u-boot command prompt...
Well there is a real error in the above output: ``` stg import: Diff does not apply cleanly make/busybox.make:74: recipe for target '/home/gms/temp2/onie/build/dellemc_s4100_c2338-r0/stamp/busybox-patch' failed make: *** [/home/gms/temp2/onie/build/dellemc_s4100_c2338-r0/stamp/busybox-patch] Error 2 make:...
I am with @lakesh-sharma here -- using `-j` should work just fine. I do it all the time. Something else is going wrong.
@mikeleegit - can you describe your hardware setup in more detail? What is the hardware platform exactly?
It looks like there was build problems, because the kernel building is not the last step of the build process. I would try cleaning and trying again. Use the `user-clean`...
if you look closely at log.txt there are errors in there: ``` /bin/sh: 1: bc: not found Kbuild:67: recipe for target 'include/generated/timeconst.h' failed make[2]: *** [include/generated/timeconst.h] Error 127 Makefile:1051: recipe...
Hmmm. It looks like the build of the crosstools did not fully complete. The `strace` binary was not built. Restarting the build when the xtools build fails is known problem....
the first step would be to incorporate curl (and any requisite libraries) into the build system. For example see how gptfdisk is handled. This gets the curl binary and associated...