CC libusb_1_0_la-hotplug.lo process_begin: CreateProcess(NULL, /usr/bin/mkdir -p os, ...) failed. make (e=2): The system cannot find the file specified. make[1]: *** [os/.dirstamp] Error 2 make[1]: Leaving directory `C:/cygwin/home/libusb-1.0.18/libusb' make: *** [...
今天解决了一个问题,就是:collect2.exe: fatal error: CreateProcess: No such file or directory。 其实本质上就是:在Windows上,传递给CreateProcess()的字符串(包括所有参数)的最大长度为32768个字符,看起来最终的链接器命令超过了这个限制。 我们现在看看链接参数: aarch64-none-elf-gcc -o oneos.elf-mcpu...
wbinimg src:ipl.bin len:512 from:0 to:0 imgout:helloos.img make.exe[2]: Leaving directory D:/makeselfos/tolset/helloos5' make.exe[1]: Leaving directory D:/makeselfos/tolset/helloos5' copy helloos.img ..\z_tools\qemu\fdimage0.bin process_begin: CreateProcess((null), copy helloos...