From: "Cieszkiel, Adam via groups.io" <Adam.Cieszkiel=ext.us.panasonic.com@groups.io>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Subject: [edk2-devel] CDC Falcon build failed
Date: Mon, 12 Aug 2024 09:34:13 +0000 [thread overview]
Message-ID: <BYAPR02MB5878EB3FC50D34633C6AD3AFDD852@BYAPR02MB5878.namprd02.prod.outlook.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 7567 bytes --]
Hello,
I tried to build the following config:
repo init -u ssh://git.cloud.panasonicautomotive.com:29418/cdc/automotive/platform/manifest -b pasa-cdc-sa8295p-hqx-4.5.5.0-dev -m project_qnx-android-falcon.xml --current-branch --no-clone-bundle --depth=1
repo sync -j60 -c -d --force-sync
And then
./scripts/build/target_hypervisor_sg3-revb_pasa.sh build
From the root project directory and I received the following error message during building:
[100% 11702/11702] Dist: out/dist/falcon-ota-eng.cieszkiela.zip
#### build completed successfully (27:53 (mm:ss)) ####
real 41m9.073s
user 98m34.034s
sys 18m53.657s
09:20:46.356 I Start non-hlos xbl build task
[buildex.py] Building on Linux
[buildex.py] QcomPkg\Include\BuildVersion.h already exists.
[buildex.py] No build version specified. Will use existing version.
[buildex.py] Using prebuilt tools
[buildex.py] Generating image version file...
Generating /data/wksp/falcon/platform/boot/boot_images/boot/QcomPkg/Library/ImageVersionLib/qc_version.c
Done
[buildex.py] Building with arguments...
['/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py', '-p', 'QcomPkg/SocPkg/Makena/AU/Core.dsc', '-j', 'QcomPkg/SocPkg/Makena/AU/build_Core.log', '-w', '-a', 'AARCH64', '-b', 'RELEASE', '-t', 'CLANG100LINUX', '-D', 'BUILDROOT=/data/wksp/falcon/platform/boot/boot_images', '-D', 'BOOTROOT=/data/wksp/falcon/platform/boot/boot_images/boot', '-D', 'REL=RELEASE', '-D', 'PRODMODE=PRODMODE', '-D', 'VAR=AU', '-D', 'COMPLIER=', '-D', 'FIRSTDLL=', '-D', 'SECONDDLL=', '-D', 'XBLSEC=', '-D', 'TARGETROOT=QcomPkg/SocPkg/Makena', '-D', 'TARGETID=SocMakena', '-D', 'TARGETPKG=SocPkg', '-D', 'QCOMDIR=', '-D', 'BOOTTOOLS=/data/wksp/falcon/platform/boot/boot_images/boot_tools', '-D', 'EDK2ROOT=/data/wksp/falcon/platform/boot/boot_images/edk2', '-D', 'SECTOOLSROOT=/data/wksp/falcon/platform/common/sectools', '-D', 'COMPILER=CLANG100LINUX', '-D', 'AARCH=AARCH64']
Build environment: Linux-5.15.0-1053-gke-x86_64-with-Ubuntu-20.04-focal
Build start time: 09:20:50, Aug.12 2024
WORKSPACE = /data/wksp/falcon/platform/boot/boot_images/boot
PACKAGES_PATH = /data/wksp/falcon/platform/boot/boot_images/boot:/data/wksp/falcon/platform/boot/boot_images/edk2:/data/wksp/falcon/platform/boot/boot_images/sdk:/data/wksp/falcon/platform/boot/boot_images/boot_tools:/data/wksp/falcon/platform/boot/boot_images/Build:/data/wksp/falcon/platform/boot/boot_images/ssg
EDK_TOOLS_PATH = /data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools
CONF_PATH = /data/wksp/falcon/platform/boot/boot_images/edk2/Conf
Architecture(s) = AARCH64
Processing meta-data .Build target = RELEASE
Toolchain = CLANG100LINUX
Active Platform = /data/wksp/falcon/platform/boot/boot_images/boot/QcomPkg/SocPkg/Makena/AU/Core.dsc
................#
build.py...
: error C0DE: Unknown fatal error when processing [/data/wksp/falcon/platform/boot/boot_images/boot/QcomPkg/Library/EblCmdLib/EblCmdLib.inf [AARCH64, CLANG100LINUX, RELEASE]]
(Please send email to devel@edk2.groups.io for help, attaching following call stack trace!)
(Python 2.7.18 on linux2) Traceback (most recent call last):
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py", line 2599, in Main
MyBuild.Launch()
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py", line 2394, in Launch
self._MultiThreadBuildPlatform()
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py", line 2234, in _MultiThreadBuildPlatform
Wa, self.BuildModules = self.PerformAutoGen(BuildTarget,ToolChain)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py", line 2109, in PerformAutoGen
CmdListDict = self._GenFfsCmd(Wa.ArchList)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py", line 2006, in _GenFfsCmd
GenFfsDict = GenFds.GenFfsMakefile('', GlobalData.gFdfParser, self, ArchList, GlobalData)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/GenFds.py", line 544, in GenFfsMakefile
FvObj.AddToBuffer(Buffer=None, Flag=True)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/Fv.py", line 127, in AddToBuffer
FileName = FfsFile.GenFfs(MacroDict, FvParentAddr=BaseAddress, IsMakefile=Flag, FvName=self.UiFvName)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py", line 518, in GenFfs
InputSectList, InputSectAlignments = self.__GenComplexFileSection__(Rule, FvChildAddr, FvParentAddr, IsMakefile=IsMakefile)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py", line 969, in __GenComplexFileSection__
SectList, Align = Sect.GenSection(self.OutputPath, self.ModuleGuid, SecIndex, self.KeyStringList, self, IsMakefile = IsMakefile)
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/EfiSection.py", line 321, in GenSection
IsMakefile=IsMakefile
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py", line 502, in GenerateSection
if (os.path.getsize(Output) >= GenFdsGlobalVariable.LARGE_FILE_SIZE and
File "/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/Common/LongFilePathOsPath.py", line 21, in getsize
return os.path.getsize(LongFilePath(filename))
File "/usr/lib/python2.7/genericpath.py", line 57, in getsize
return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/data/wksp/falcon/platform/boot/boot_images/Build/MakenaAU/Core/RELEASE_CLANG100LINUX/FV/Ffs/125E61D7-E824-4943-8BE9-1ADD2B197360MorPpiDxe/125E61D7-E824-4943-8BE9-1ADD2B197360SEC2.1.pe32'
- Failed -
Build end time: 09:21:07, Aug.12 2024
Build total time: 00:00:17
ERROR: buildex::Run ['python', '/data/wksp/falcon/platform/boot/boot_images/edk2/BaseTools/Source/Python/build/build.py', '-p', 'QcomPkg/SocPkg/Makena/AU/Core.dsc', '-j', 'QcomPkg/SocPkg/Makena/AU/build_Core.log', '-w', '-a', 'AARCH64', '-b', 'RELEASE', '-t', 'CLANG100LINUX', '-D', 'BUILDROOT=/data/wksp/falcon/platform/boot/boot_images', '-D', 'BOOTROOT=/data/wksp/falcon/platform/boot/boot_images/boot', '-D', 'REL=RELEASE', '-D', 'PRODMODE=PRODMODE', '-D', 'VAR=AU', '-D', 'COMPLIER=', '-D', 'FIRSTDLL=', '-D', 'SECONDDLL=', '-D', 'XBLSEC=', '-D', 'TARGETROOT=QcomPkg/SocPkg/Makena', '-D', 'TARGETID=SocMakena', '-D', 'TARGETPKG=SocPkg', '-D', 'QCOMDIR=', '-D', 'BOOTTOOLS=/data/wksp/falcon/platform/boot/boot_images/boot_tools', '-D', 'EDK2ROOT=/data/wksp/falcon/platform/boot/boot_images/edk2', '-D', 'SECTOOLSROOT=/data/wksp/falcon/platform/common/sectools', '-D', 'COMPILER=CLANG100LINUX', '-D', 'AARCH=AARCH64'] Build Subprocess failed with error...
None
09:21:07.569 E non-hlos xbl build step failed
09:21:07.574 Build FAILED (01:32:17)
Please help me out.
BR,
Adadm
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120318): https://edk2.groups.io/g/devel/message/120318
Mute This Topic: https://groups.io/mt/107857332/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Type: text/html, Size: 24718 bytes --]
reply other threads:[~2024-08-12 14:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BYAPR02MB5878EB3FC50D34633C6AD3AFDD852@BYAPR02MB5878.namprd02.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox