bug-xorriso
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-xorriso] About run xorriso under Win32


From: Thomas Schmitt
Subject: Re: [Bug-xorriso] About run xorriso under Win32
Date: Wed, 26 Nov 2014 12:39:05 +0100

Hi,

> >    export LDFLAGS=-lbinmode
> The above change seems also can't generate iso successfully.

Somehow the hearsay from the web does not work.


> With the below change, then xorriso can generate iso well,
> > +        data->info.fd = open(path, O_RDONLY | O_BINARY);

Of course the most cumbersome workaround wins. :(


> however the iso can't boot bios-machine or uefi-machine.

This might be due to the other open(2) calls which all
need the O_BINARY flag.
On the other hand there may be issues with the boot loader
code produced on Cygwin or with EFI peculiarities of the
machine which does not boot.

Did you already try to do the same on a Linux system ?
Do ISOs made there and presented to the computer on CD/DVD
boot ?


I will now equip all open(2) calls in libburn, libisofs,
libisoburn, and xorriso with O_BINARY. Then i will upload
a new xorriso-1.3.9.tar.gz and give you a note.


Have a nice day :)

Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]