Hello, ren...@openmailbox.org, on dim. 08 oct. 2017 22:57:06 -0000, wrote: > I'm trying boot GNU hurd with guix binaries generated with cross compilation. > During start-up progresses and stops in root filesystem, how I can debug to > see the error ?
> start ext2fs: You could e.g. put printfs or even mach_print calls at the beginning of ext2fs's main() function. You can also try to replace ext2fs with another, simpler statically-linked application which just calls mach_print, which you would have checked as working on a running Hurd system. Samuel