Ticket #165 (closed defect: fixed)
mic problem: raise FiascoException("Cannot create the final image file %s" % (self.filename,))
| Reported by: | pmarra | Owned by: | rsalveti |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.2 |
| Component: | Build System | Version: | 0.3 |
| Keywords: | Cc: | xerdcire@… |
Description
I followed the instructions on website, but I have this problem:
paolo@Hard:~/Scrivania/mamonaimagebin$ sudo mic --config=/usr/share/mic/n800_os2008_chinook.xml --image=RX-34_2008SE_2.2007.51-3_PR_COMBINED_MR0_ARM.bin --dir=rootfs:mamona-root img_mamona.bin ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] ['kernel', 'xloader', '2nd', 'initfs', 'rootfs', 'secondary'] Traceback (most recent call last):
File "/usr/bin/mic", line 752, in <module>
sys.exit(main(sys.argv))
File "/usr/bin/mic", line 746, in main
out_image.create()
File "/usr/bin/mic", line 237, in create
raise FiascoException?("Cannot create the final image file %s" % (self.filename,))
main.FiascoException?: Cannot create the final image file img_mamona.bin
I had same "print" in /usr/bin/mic to understand by myself what's the problem, but I wasn't able to find it! I tried compile image on 3 different machines: debian stable, debian testing and ubuntu, but I have always the same problem. Could it possible that the problem is kernel version or gcc version? I'm sure that every modules needed are loaded.
anyone have can help me?

