> > Traceback (most recent call last): > > File "./build.py", line 169, in <module> > > main() > > File "./build.py", line 164, in main > > build_system(opts, args) > > File "./build.py", line 91, in build_system > > if(check_kernel_container_overlap()): > > File > "/…/codezero-toolkit-v0.4.4/scripts/kernel/check_kernel_limit.py", > line 33, in check_kernel_container_overlap > > kernel_end = get_kernel_end_address(KERNEL_ELF) > > File > "/…/codezero-toolkit-v0.4.4/scripts/kernel/check_kernel_limit.py", > line 15, in get_kernel_end_address > > kernel_size = elf_binary_size(img) > > File "/…/codezero-toolkit-v0.4.4/tools/pyelf/elfsize.py", line 7, in > elf_binary_size > > elffile = elf.ElfFile.from_file(img) > > File "/…/codezero-toolkit-v0.4.4/tools/pyelf/elf.py", line 448, in > from_file > > gfile = GFile.existing(filename) > > File "/…/codezero-toolkit-v0.4.4/tools/pyelf/aistruct.py", line 25, > in existing > > assert os.path.exists(filename) > > AssertionError > > > > > > I understand the error but I don’t know why… >
Hi Julien, Could you please share the version of python you are using? -- Regards, Amit Mahajan _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org