On 11/16/23 04:46, Jackie Lien (Temp) via groups.io wrote: > Hi team, > > Please help with the build error in BOOT.MXF.1.1.1. The command and log > are listed below. > > > > Sync & build command: > > 1. python sync_crm.py BOOT.MXF.1.1.1-00175-Olympic-1 > 2. copy manifest to my local sync (copy > > \\snowcone\builds906\PROD\BOOT.MXF.1.1.1-00175-Olympic-1\boot_images\boot_tools\manifest\build\manifest.xml > > <file://snowcone/builds906/PROD/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/boot_tools/manifest/build/manifest.xml> > to > \\jacklien-linux\workspace\BOOT.MXF.1.1.1-00175-Olympic-1\boot_images\boot_tools\manifest\build\manifest.xml > > <file://jacklien-linux/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/boot_tools/manifest/build/manifest.xml>) > 3. python buildex.py -t Olympic -v LE -r DEBUG > > > > > > Build log: > build.py... > > : error C0DE: Tools code failure > > Please send email to [email protected] > <mailto:[email protected]> for help, attaching following call stack > trace! > > > > Traceback (most recent call last): > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/GenFds.py", > line 371, in GenFdsApi > > GenFds.GenFd('', FdfParserObj, BuildWorkSpace, ArchList) > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/GenFds.py", > line 510, in GenFd > > FdObj.GenFd() > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/Fd.py", > line 131, in GenFd > > RegionObj.AddToBuffer (FdBuffer, self.BaseAddress, > self.BlockSizeList, self.ErasePolarity, > GenFdsGlobalVariable.ImageBinDict, self.DefineVarDict, Flag=Flag) > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/Region.py", > line 134, in AddToBuffer > > FvObj.AddToBuffer(FvBuffer, FvBaseAddress, BlockSize, BlockNum, > ErasePolarity, Flag=Flag) > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/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 > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/FfsInfStatement.py", > line 518, in GenFfs > > InputSectList, InputSectAlignments = > self.__GenComplexFileSection__(Rule, FvChildAddr, FvParentAddr, > IsMakefile=IsMakefile) > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/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 > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/GenFds/EfiSection.py", > line 263, in GenSection > > ImageObj = PeImageClass (File) > > ^^^^^^^^^^^^^^^^^^^ > > File > "/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/Common/Misc.py", > line 1638, in __init__ > > if ByteArray.tostring() != b'PE\0\0': > > ^^^^^^^^^^^^^^^^^^ > > AttributeError: 'array.array' object has no attribute 'tostring' > > > > > > > > build.py... > > : error 7000: Failed to execute command > > > > > > - Failed - > > Build end time: 11:15:43, Nov.16 2023 > > Build total time: 00:00:23 > > > > ERROR: buildex::Run ['python', > '/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2/BaseTools/Source/Python/build/build.py', > '-p', 'QcomPkg/SocPkg/Olympic/LE/Core.dsc', '-j', > 'QcomPkg/SocPkg/Olympic/LE/build_Core.log', '-w', '-a', 'ARM', '-b', 'DEBUG', > '-t', 'CLANG100LINUX', '-D', > 'BUILDROOT=/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images', > '-D', > 'BOOTROOT=/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/boot', > '-D', 'REL=DEBUG', '-D', 'PRODMODE=DEBUGMODE', '-D', 'VAR=LE', '-D', > 'COMPLIER=', '-D', 'FIRSTDLL=', '-D', 'SECONDDLL=', '-D', 'XBLSEC=', '-D', > 'TARGETROOT=QcomPkg/SocPkg/Olympic', '-D', 'TARGETID=SocOlympic', '-D', > 'TARGETPKG=SocPkg', '-D', 'QCOMDIR=', '-D', > 'BOOTTOOLS=/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/boot_tools', > '-D', > 'EDK2ROOT=/local/mnt/workspace/BOOT.MXF.1.1.1-00175-Olympic-1/boot_images/edk2', > '-D', 'SECTOOLS_DIR=/pkg/sectools/glue/latest', '-D', > 'SECTOOLSROOT=/pkg/sectools/glue/latest', '-D', 'COMPILER=CLANG100LINUX', > '-D', 'AARCH=ARM'] Build Subprocess failed with error... > > None
The platform DSC file seems to be "QcomPkg/SocPkg/Olympic/LE/Core.dsc". Presumably that exists in a vendor tree that is not open source. Without access to the platform, the issue may be hard to reproduce or to analyze for the BaseTools maintainers. Laszlo -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111564): https://edk2.groups.io/g/devel/message/111564 Mute This Topic: https://groups.io/mt/102698983/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/leave/9847357/21656/1706620634/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
