From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) by mx.groups.io with SMTP id smtpd.web11.839.1588004760337499677 for ; Mon, 27 Apr 2020 09:26:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sage-micro-com.20150623.gappssmtp.com header.s=20150623 header.b=TOrogFEg; spf=none, err=permanent DNS error (domain: sage-micro.com, ip: 209.85.208.52, mailfrom: jim.slaughter@sage-micro.com) Received: by mail-ed1-f52.google.com with SMTP id k22so13933589eds.6 for ; Mon, 27 Apr 2020 09:26:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sage-micro-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BqZ2WrPtYsVL4IT2jBvkMIA+UTD80yxsso0pj+XQmRk=; b=TOrogFEgEpNX10kkNivRJc4gNOGN0cJIfEG22LMy014yM20ZFBRLMfjbtycaLidNP7 yujO0peeUkc4Qfx1EpKh6ndGKPz9J5AyG57Hk/roKsXupgl1GNm01PQ8bfqk6DD7keEy L5NXqUWrGIOthdeYTduCNKrFPxL3IypxUMLqA/ODiXuzHnkRPKzioFKKBHpSd/tExoLa 5hA/HMaWkpDyCZTEdK50mzQrMb8suIZXqtPRS5AFLgGvFDnYQdlbENJgTMa8IXzVcceZ EtE7HSdaGq2bFoGFcu5xoHIUM+FJaGwUzMP39cIqr3ACft8oY/AHo6/+uJsnAT3wJg08 XXog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BqZ2WrPtYsVL4IT2jBvkMIA+UTD80yxsso0pj+XQmRk=; b=G7FLYZRHiut3lK7dwgsp35fmiCTQHFxEjUo/1d4uaZ2VlCKlMHteAq0AuNzz/CLygm vYh5Rw0tXg2pvwqP/imjoavWjhewKpuurlyxT0Fj1mE2NE6hAd3ZcbBzuILAWdOSBouz Gx7UxAfa5i6sJwM6aF17f3jVLxeg+RuBY3tJhjkLr6Nfa0KZObsxLqH5ZWEWTPSu4dgw URK9JfwIk+HR78CShbMmcU4T2eRHzW0qlSfazHGuYq9fnUpM/YINzIqSxLZPdLwwAek2 u0DbPsWlnBlFGGkNri9xhoAXamsMVmzzbzBoxyFzEXG4P+z3msARYMRsEwC51CyauhnN Kkqg== X-Gm-Message-State: AGi0PubfWjtnvvnvpPvG0wHLlMViB3cCSWEqPZTJwDd0DaXjtAeVW+9u psz4U84Oe9st2tCXFMEcEpZxTCwHNYJEvwUsETtFfw== X-Google-Smtp-Source: APiQypKCoHdZcuFkgg3aJXqFw3PTSljKM+wx3smuMQLwzQhT7gmlRwJ9epmEHbbuwfzqo1xg7GN57BZPlfCQ1qy9BVw= X-Received: by 2002:a05:6402:1d37:: with SMTP id dh23mr2826717edb.287.1588004758892; Mon, 27 Apr 2020 09:25:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "jim slaughter" Date: Mon, 27 Apr 2020 11:25:47 -0500 Message-ID: Subject: Re: [edk2-devel] EDK2 Linux Build, Make Errors on Basetools, Ubuntu under WSL To: "Gao, Liming" Cc: "devel@edk2.groups.io" Content-Type: multipart/alternative; boundary="0000000000008e4aa905a4482bad" --0000000000008e4aa905a4482bad Content-Type: text/plain; charset="UTF-8" Thanks. That worked! Jim S. On Mon, Apr 27, 2020 at 10:34 AM Gao, Liming wrote: > Please try command " git submodule update --init" to check out the source > code before you build the packages. > > > > > > *From:* devel@edk2.groups.io * On Behalf Of *jim > slaughter > *Sent:* Monday, April 27, 2020 11:30 PM > *To:* devel@edk2.groups.io > *Subject:* [edk2-devel] EDK2 Linux Build, Make Errors on Basetools, > Ubuntu under WSL > > > > 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 > > > -- Jim Slaughter --0000000000008e4aa905a4482bad Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks. That worked!
Jim S.

=
On Mon= , Apr 27, 2020 at 10:34 AM Gao, Liming <liming.gao@intel.com> wrote:

Please try command &q= uot; git submodule update --init" to check out the source code before = you build the packages.

=C2=A0

=C2=A0

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of jim slaughter
Sent: Monday, April 27, 2020 11:30 PM
To: devel= @edk2.groups.io
Subject: [edk2-devel] EDK2 Linux Build, Make Errors on Basetools, U= buntu under WSL

=C2=A0

Hello,

I am using Ubuntu (16.04 x86)=C2=A0 under WSL.

Error on=C2=A0"make -= C BaseTools" found in common instructions document for linux,=C2=A0https://github.com/tianocore/tianocore.git= hub.io/wiki/Common-instructions

Using BASH shell.

I have done sudo updates and=C2=A0upgrade. Followed in= structions and everything worked till errors below occurred.<= u>

Any suggestions or help?

=C2=A0

Thanks.

=C2=A0

ERROR Printout - Jim Slaughter

Found a problem failing the "make -C Basetools" .=C2=A0 Using do= cument=C2=A0https://github.com/tianocore/tiano= core.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 =C2=A0 brotli/c/tools/brotli.o brotli/c/common/dictio= nary.o brotli/c/common/transform.o brotli/c/dec/bit_reader.o brotli/c/dec/d= ecode.o brotli/c/dec/huffman.o brotli/c/dec/state.o brotli/c/enc/backward_r= eferences.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 brotl= i/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/liter= al_cost.o brotli/c/enc/memory.o brotli/c/enc/metablock.o brotli/c/enc/stati= c_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<= br> gcc: error: brotli/c/enc/backward_references_hq.o: No such file or directo= ry
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 dir= ectory
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' fa= iled
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'= ;

=C2= =A0

--=C2=A0<= /u>

=C2=A0

--

Jim Slaughter



--
Jim Slaughter
--0000000000008e4aa905a4482bad--