From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [edk2-devel] Compilation error in ArmVExpress-FVP-AArch64.dsc To: Sami Mujawar ,devel@edk2.groups.io From: "PierreGondois" X-Originating-Location: Cambridge, England, GB (82.11.186.160) X-Originating-Platform: Linux Firefox 90 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 07 Sep 2021 09:27:56 -0700 References: <0A3929FD-C70B-4155-A3F1-9B0FA2495396@arm.com> In-Reply-To: <0A3929FD-C70B-4155-A3F1-9B0FA2495396@arm.com> Message-ID: <1978.1631032076481041719@groups.io> Content-Type: multipart/alternative; boundary="S7HjVq11h35riqbyE2Mx" --S7HjVq11h35riqbyE2Mx Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Shuuichrou, I would have some suggestions/questions: 1. Is it only the ConfigurationManager module which doesn't build or is it = also other modules ? For information, '-m Platform/ARM/VExpressPkg/ConfigurationManager/Configur= ationManagerDxe/ConfigurationManagerDxe.inf' allows to build only this modu= le and its dependencies, and '-n 1' allows you to run on one core to have l= ogs following the build order. You can try building modules from other plat= forms. 2. Is the command working on the edk2's latest master branch ? Or on more r= ecent tags (like edk2-stable202108) 3. Reset the configuration files - Run 'git clean -x Conf/' in edk2/ (assuming you have nothing important th= ere) - Set your environment again to re-create them - Re-build the FVP 4. Rebuild the BaseTools: - cd edk2/BaseTools && make clean && make Regards, Pierre --S7HjVq11h35riqbyE2Mx Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Shuuichrou,
I would have some suggestions/questions:
1. Is it = only the ConfigurationManager module which doesn't build or is it also othe= r modules ?
For information, '-m Platform/ARM/VExpressPkg/Configuratio= nManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf' allows to bui= ld only this module and its dependencies, and '-n 1' allows you to run on o= ne core to have logs following the build order. You can try building module= s from other platforms.
2. Is the command working on the edk2's latest= master branch ? Or on more recent tags (like edk2-stable202108)
3. Re= set the configuration files
- Run 'git clean -x Conf/' in edk2/ (assum= ing you have nothing important there)
- Set your environment again to = re-create them
- Re-build the FVP
4. Rebuild the BaseTools:
= - cd edk2/BaseTools && make clean && make

Regard= s,
Pierre --S7HjVq11h35riqbyE2Mx--