From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) by mx.groups.io with SMTP id smtpd.web10.95.1588001436936587693 for ; Mon, 27 Apr 2020 08:30:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sage-micro-com.20150623.gappssmtp.com header.s=20150623 header.b=cGjAl8oa; spf=none, err=permanent DNS error (domain: sage-micro.com, ip: 209.85.208.47, mailfrom: jim.slaughter@sage-micro.com) Received: by mail-ed1-f47.google.com with SMTP id w2so13773815edx.4 for ; Mon, 27 Apr 2020 08:30:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sage-micro-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=z7dn8jipPTM2lBQCpj6StylF0zlYT7QiQNkuCk2ZNVE=; b=cGjAl8oav5wzh1hE0gpYk5+I985LO0Efj9VzvDdVapmcynMfs9F+La4RTLsqMx/YkB 132jqAJuuhNrzZNrt0N4PcMEU0nuCRo1Y6Qp9a5AOBBOqxh5DYixsrgWTiPUY/B2YjhK mQozgspkvrDVDtB1CfQD+cTiYQ8OCVEbITyhKnVHqjIRczjCOYGzO739tQMjDcdW+0mx NYhoo1mauDUL87qzCIU8kCwygcHuDqBAstLy6QjzS9vXKOmCoHtNmYE7DMIgujnQjbso 6gH/WC5uUE7hhdg6/gbxQD9VifOLcpsJ58URIQnJcVxI1U8IGnVJCOCWnoQ00+Xsab+7 8fpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=z7dn8jipPTM2lBQCpj6StylF0zlYT7QiQNkuCk2ZNVE=; b=V0EW1mnXCpGn1ON6mSEKvkdgkvtTDkMIWorKhp7xJ9AZF7wCYJPT2C+/NXm+AGnvHV +soRU3HOOGKPR1TaeCrhJRcHw4MFCu8fKIr3i/oiHt71Y8vbdtULB3rdW4fMgnsjFdu7 921iNG9vffHqQqRYlSdEUv3E1RsR2x997PkVpF2A6Ym8/oMaYSwkHk3z/25+dCNKr7XV ylvtnBCBnBVBdfRgsOeuZMETh1Ypxzz/gYyCutmlAkR8jDauLbX4aJ3cVBSHZRBWmtGb lHiS3M3O7kPHjusAt9l+syzdVzgr6+C23FVUB4khxY/2nMFcM7+DzLdubBiVOW/+E1rY e8+Q== X-Gm-Message-State: AGi0PuYC4Mzi36zMdPXjveKsdbvkqFzpDBSxFUkee1nUR2jS7C+PbPAc ZndlNh3BLGJnP1dt09Ivpc6h3x3QUpEOhJ8k6qEXDUKvLos= X-Google-Smtp-Source: APiQypKl6rlQg/JowaV1uic00FoJB9n0h26fU5aUD58MDdeVWWfnPx8Q2x+cqjbNoE+wP02HH//58PQxDQccz9yFfy4= X-Received: by 2002:aa7:cc92:: with SMTP id p18mr18877068edt.166.1588001435169; Mon, 27 Apr 2020 08:30:35 -0700 (PDT) MIME-Version: 1.0 From: "jim slaughter" Date: Mon, 27 Apr 2020 10:30:24 -0500 Message-ID: Subject: EDK2 Linux Build, Make Errors on Basetools, Ubuntu under WSL To: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="000000000000724bcb05a4476516" --000000000000724bcb05a4476516 Content-Type: text/plain; charset="UTF-8" Hello, I am using Ubuntu (16.04 x86) under WSL. Error on "make -C BaseTools" found in common instructions document for linux, https://github.com/tianocore/tianocore.github.io/wiki/Common-instructions Using BASH shell. I have done sudo updates and upgrade. Followed instructions and everything worked till errors below occurred. Any suggestions or help? Thanks. ERROR Printout - Jim Slaughter Found a problem failing the "make -C Basetools" . Using document https://github.com/tianocore/tianocore.github.io/wiki/Common-instructions Instruction line "Compile build tools" make -C Basetools Make fails :: make -C BrotliCompress make[2]: Entering directory '/home/jws/src/edk2-stable202002/BaseTools/Source/C/BrotliCompress' gcc -o ../bin/Brotli brotli/c/tools/brotli.o brotli/c/common/dictionary.o brotli/c/common/transform.o brotli/c/dec/bit_reader.o brotli/c/dec/decode.o brotli/c/dec/huffman.o brotli/c/dec/state.o brotli/c/enc/backward_references.o brotli/c/enc/backward_references_hq.o brotli/c/enc/bit_cost.o brotli/c/enc/block_splitter.o brotli/c/enc/brotli_bit_stream.o brotli/c/enc/cluster.o brotli/c/enc/compress_fragment.o brotli/c/enc/compress_fragment_two_pass.o brotli/c/enc/dictionary_hash.o brotli/c/enc/encode.o brotli/c/enc/encoder_dict.o brotli/c/enc/entropy_encode.o brotli/c/enc/histogram.o brotli/c/enc/literal_cost.o brotli/c/enc/memory.o brotli/c/enc/metablock.o brotli/c/enc/static_dict.o brotli/c/enc/utf8_util.o -L../libs -lm gcc: error: brotli/c/tools/brotli.o: No such file or directory gcc: error: brotli/c/common/dictionary.o: No such file or directory gcc: error: brotli/c/common/transform.o: No such file or directory gcc: error: brotli/c/dec/bit_reader.o: No such file or directory gcc: error: brotli/c/dec/decode.o: No such file or directory gcc: error: brotli/c/dec/huffman.o: No such file or directory gcc: error: brotli/c/dec/state.o: No such file or directory gcc: error: brotli/c/enc/backward_references.o: No such file or directory gcc: error: brotli/c/enc/backward_references_hq.o: No such file or directory gcc: error: brotli/c/enc/bit_cost.o: No such file or directory gcc: error: brotli/c/enc/block_splitter.o: No such file or directory gcc: error: brotli/c/enc/brotli_bit_stream.o: No such file or directory gcc: error: brotli/c/enc/cluster.o: No such file or directory gcc: error: brotli/c/enc/compress_fragment.o: No such file or directory gcc: error: brotli/c/enc/compress_fragment_two_pass.o: No such file or directory gcc: error: brotli/c/enc/dictionary_hash.o: No such file or directory gcc: error: brotli/c/enc/encode.o: No such file or directory gcc: error: brotli/c/enc/encoder_dict.o: No such file or directory gcc: error: brotli/c/enc/entropy_encode.o: No such file or directory gcc: error: brotli/c/enc/histogram.o: No such file or directory gcc: error: brotli/c/enc/literal_cost.o: No such file or directory gcc: error: brotli/c/enc/memory.o: No such file or directory gcc: error: brotli/c/enc/metablock.o: No such file or directory gcc: error: brotli/c/enc/static_dict.o: No such file or directory gcc: error: brotli/c/enc/utf8_util.o: No such file or directory ../Makefiles/app.makefile:18: recipe for target '../bin/Brotli' failed make[2]: *** [../bin/Brotli] Error 1 make[2]: Leaving directory '/home/jws/src/edk2-stable202002/BaseTools/Source/C/BrotliCompress' GNUmakefile:74: recipe for target 'BrotliCompress' failed make[1]: *** [BrotliCompress] Error 2 make[1]: Leaving directory '/home/jws/src/edk2-stable202002/BaseTools/Source/C' GNUmakefile:19: recipe for target 'Source/C' failed make: *** [Source/C] Error 2 make: Leaving directory '/home/jws/src/edk2-stable202002/BaseTools' -- -- Jim Slaughter --000000000000724bcb05a4476516 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,
I am using Ubuntu (16.04 x86)=C2=A0 under WSL.<= div>Error on=C2=A0"make -C BaseTools" found in c= ommon instructions document for linux,=C2=A0https://github.com/tianocore/tianocore.github.io/wiki/Common-instructi= ons
Using BASH shell.
I have done sudo updates and=C2=A0upgrade. Followed = instructions and everything worked till errors below occurred.
Any suggestions or help?

Thanks.<= /div>

ERROR Printout - Jim Slaughter

= Found a problem failing the "make -C Basetools" .=C2=A0 Using doc= ument=C2=A0https://github.com/tianocore/tianoc= ore.github.io/wiki/Common-instructions
Instruction line "Compil= e build tools"

make -C Basetools

Make fails ::
make -= C BrotliCompress
make[2]: Entering directory '/home/jws/src/edk2-sta= ble202002/BaseTools/Source/C/BrotliCompress'
gcc -o ../bin/Brotli = =C2=A0 brotli/c/tools/brotli.o brotli/c/common/dictionary.o brotli/c/common= /transform.o brotli/c/dec/bit_reader.o brotli/c/dec/decode.o brotli/c/dec/h= uffman.o brotli/c/dec/state.o brotli/c/enc/backward_references.o brotli/c/e= nc/backward_references_hq.o brotli/c/enc/bit_cost.o brotli/c/enc/block_spli= tter.o brotli/c/enc/brotli_bit_stream.o brotli/c/enc/cluster.o brotli/c/enc= /compress_fragment.o brotli/c/enc/compress_fragment_two_pass.o brotli/c/enc= /dictionary_hash.o brotli/c/enc/encode.o brotli/c/enc/encoder_dict.o brotli= /c/enc/entropy_encode.o brotli/c/enc/histogram.o brotli/c/enc/literal_cost.= o brotli/c/enc/memory.o brotli/c/enc/metablock.o brotli/c/enc/static_dict.o= brotli/c/enc/utf8_util.o -L../libs -lm
gcc: error: brotli/c/tools/brotl= i.o: No such file or directory
gcc: error: brotli/c/common/dictionary.o:= No such file or directory
gcc: error: brotli/c/common/transform.o: No s= uch file or directory
gcc: error: brotli/c/dec/bit_reader.o: No such fil= e or directory
gcc: error: brotli/c/dec/decode.o: No such file or direct= ory
gcc: error: brotli/c/dec/huffman.o: No such file or directory
gcc= : error: brotli/c/dec/state.o: No such file or directory
gcc: error: bro= tli/c/enc/backward_references.o: No such file or directory
gcc: error: b= rotli/c/enc/backward_references_hq.o: No such file or directory
gcc: err= or: brotli/c/enc/bit_cost.o: No such file or directory
gcc: error: brotl= i/c/enc/block_splitter.o: No such file or directory
gcc: error: brotli/c= /enc/brotli_bit_stream.o: No such file or directory
gcc: error: brotli/c= /enc/cluster.o: No such file or directory
gcc: error: brotli/c/enc/compr= ess_fragment.o: No such file or directory
gcc: error: brotli/c/enc/compr= ess_fragment_two_pass.o: No such file or directory
gcc: error: brotli/c/= enc/dictionary_hash.o: No such file or directory
gcc: error: brotli/c/en= c/encode.o: No such file or directory
gcc: error: brotli/c/enc/encoder_d= ict.o: No such file or directory
gcc: error: brotli/c/enc/entropy_encode= .o: No such file or directory
gcc: error: brotli/c/enc/histogram.o: No s= uch file or directory
gcc: error: brotli/c/enc/literal_cost.o: No such f= ile or directory
gcc: error: brotli/c/enc/memory.o: No such file or dire= ctory
gcc: error: brotli/c/enc/metablock.o: No such file or directorygcc: error: brotli/c/enc/static_dict.o: No such file or directory
gcc: = error: brotli/c/enc/utf8_util.o: No such file or directory
../Makefiles/= app.makefile:18: recipe for target '../bin/Brotli' failed
make[2= ]: *** [../bin/Brotli] Error 1
make[2]: Leaving directory '/home/jws= /src/edk2-stable202002/BaseTools/Source/C/BrotliCompress'
GNUmakefil= e:74: recipe for target 'BrotliCompress' failed
make[1]: *** [Br= otliCompress] Error 2
make[1]: Leaving directory '/home/jws/src/edk2= -stable202002/BaseTools/Source/C'
GNUmakefile:19: recipe for target = 'Source/C' failed
make: *** [Source/C] Error 2
make: Leaving = directory '/home/jws/src/edk2-stable202002/BaseTools'

--= =C2=A0

--
Jim Slaughter<= /div>
--000000000000724bcb05a4476516--