Displaying 20 results from an estimated 7000 matches similar to: "extlinux installer build failed"
2015 Feb 09
0
extlinux installer build failed
On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
<syslinux at zytor.com> wrote:
> Hi guys,
>
> I'm have a pure 64-bit system (Intel based). Due to that I can't use 32-bit ELF
> extlinux binary provided in the syslinux-6.03 package.
>
> Unfortunately building extlinux installer failed...
>
> See error below after these command:
> make bios clean
2015 Feb 09
1
extlinux installer build failed
On Sun, 8 Feb 2015 20:21:58 -0500
Gene Cumm via Syslinux <syslinux at zytor.com> wrote:
> On Sun, Feb 8, 2015 at 7:49 PM, Alexey Orishko via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi guys,
> >
> > I'm have a pure 64-bit system (Intel based). Due to that I can't
> > use 32-bit ELF extlinux binary provided in the syslinux-6.03
> >
2013 Mar 28
1
Makefile race condition with parallel make
When attempting to build syslinux in parallel (make -j5), I encountered
the following error at the end:
rm -f liblpxelinux.a
ar cq liblpxelinux.a rawcon.o ./fs/pxe/dhcp_option.o ./fs/pxe/pxe.o ./fs/pxe/tftp.o ./fs/pxe/urlparse.o ./lwip/src/netif/ethernetif.o ./lwip/src/netif/etharp.o ./lwip/src/netif/slipif.o ./lwip/src/netif/ppp/md5.o ./lwip/src/netif/ppp/randm.o ./lwip/src/netif/ppp/chpms.o
2016 Mar 05
11
Syslinux 6.04-pre1
After so much time and improvements, I'm glad to see and publicize a
pre-release, 6.04-pre1 in
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/
Personally, I've already been working testing the pre-release as-is
and my tests have been positive so far. I appreciate feedback like
that from Gabriele Balducci and testing "make bios installer".
Yes, there are a
2011 Oct 14
2
[PATCH][GIT-PULL] lwIP undiif: Fixes for VMware platforms and general fixes
The following changes since commit 5b08704e284545c82b4c5d3ff3aaee815107f6ef:
H. Peter Anvin (1):
thread: allow marking invalid; allow for static mboxes
are available in the git repository at:
git://github.com/geneC1/syslinux.git lwip-undiif-fix-for-hpa
Gene Cumm (4):
lwip: undiif: Fix #error typo
lwip: undiif: Fix debug option addressing in update_arp_entry()
2015 Feb 10
3
[PATCH 0/2] fix a couple cosmetic issues
Fixes some typos and missing newlines
Jonathan Boeing (2):
fix a few typos
add missing '\n' to dprintf
com32/include/sys/module.h | 2 +-
com32/lib/sys/module/exec.c | 4 ++--
core/fs/fs.c | 2 +-
core/lwip/src/netif/undiif.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
--
2.3.0
2014 Oct 26
0
System freezes
> On 26.10.2014 17:08, Ady wrote:
> >
> >> Hi,
> >>
> >> when I try to boot my notebook from a USB disc, the system freezes
> >> completely. After displaying the text (or menu), it doesn't react to any
> >> key, even Ctrl+Alt+Del doesn't work. The config is pretty simple:
> >>
> >>
2013 Aug 03
1
[PATCH][git-pull] Fix mbox/semaphore checks, UNDI ID debug
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-undi-thread-for-mfleming
Gene Cumm (3):
core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
core: mbox/semaphore NULL checks
core: make
2015 Feb 08
3
[PATCH 0/1] dprintf: add debug console support
This patch adds support for printing messages through a debug console. QEMU,
for example, supports this through the debugcon facility. The benefit is that
it's *much* faster than printing over a serial port.
To print to I/O port 0x402 (the default used by SeaBIOS and OVMF),
add "-DDEBUG_IO_PORT=0x402 -DCORE_DEBUG=1" to the build CFLAGS.
To enable a debug console in QEMU that
2014 Oct 26
3
System freezes
On 26.10.2014 17:08, Ady wrote:
>
>> Hi,
>>
>> when I try to boot my notebook from a USB disc, the system freezes
>> completely. After displaying the text (or menu), it doesn't react to any
>> key, even Ctrl+Alt+Del doesn't work. The config is pretty simple:
>>
>> -------------------------------------------
>> SAY Booting Linux from USB...
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming
Gene Cumm (12):
core/lwip/undi: Improve UNDIIF_ID_DEBUG messages
2016 Mar 06
3
Syslinux 6.04-pre1
...
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
> -I/tmp/syslinux-6.04-pre1/core/ \
> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
> -DHEXDATE="0x56dc3c62" \
> -Di386 \
>
2013 Jul 20
2
[PATCH][git-pull] UNDIIF packet header debug
The following changes since commit 89794a3d0b8659e2a143faeffc77877b45754c52:
Matt Fleming (1):
Merge branch 'dynamic-debug' into elflink
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-undi-debug-for-mfleming
Gene Cumm (5):
lwip: undiif: Fix debug options to unique *_DEBUG macros
lwip: Allow LWIP_PLATFORM_* output to use
2016 Mar 07
2
Syslinux 6.04-pre1
On 06.03.2016 18:23, poma wrote:
> On 06.03.2016 16:47, poma wrote:
>> ...
>>> nasm -f elf -Ox -g -F dwarf -DDATE_STR="''" \
>>> -DHEXDATE="0x56dc3c62" \
>>> -Di386 \
>>> -I/tmp/syslinux-6.04-pre1/core/ \
>>> -l ldlinux.lsr -o ldlinux.o -MP -MD ./.ldlinux.o.d /tmp/syslinux-6.04-pre1/core/ldlinux.asm
>>>
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
On Tue, Mar 11, 2014 at 11:08 AM, Eric PEYREMORTE
<eric.peyremorte at iut-valence.fr> wrote:
> Le 11/03/2014 15:27, Ady a ?crit :
>
>>> Le 11/03/2014 10:32, Eric PEYREMORTE a ?crit :
>>> Some news here. I didn't test with 5.01 yet (didn't see that one sorry).
>>> With 5.01 i don't have any problem. Problems begin with 5.10.
>>> --
2014 Mar 11
2
Very slow download with pxelinux > 4.07 on specific hardware
> Le 11/03/2014 10:32, Eric PEYREMORTE a ?crit :
> Some news here. I didn't test with 5.01 yet (didn't see that one sorry).
> With 5.01 i don't have any problem. Problems begin with 5.10.
> --
> Eric PEYREMORTE
Hello Eric:
To sum up your report:
_ 4.0x works;
_ 4.10-pre22 (lwip branch) works;
_ 5.01 (elflink branch) works;
_ 5.10 (lwip merge into elflink) fails;
I
2014 Mar 12
1
Very slow download with pxelinux > 4.07 on specific hardware
> >> Hello Ady,
> >>
> >> To sum up :
> >>
> >>
> >> _ 4.0x works;
> >> _ 4.10-pre22 (lwip branch) works;
> >> _ 5.01 (elflink branch) works;
> >> _ 5.10 and beyond (lwip merge into elflink) fails; --> pxelinux.0 very slow,
> >> lpxelinux.0 freezes (i don't get the menu)
> >>
> >> I
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than
2013 Sep 04
0
[PATCH][git-pull] lwIP PXE fixes
On 09/03/2013 08:31 PM, Gene Cumm wrote:
> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> Gene Cumm (1):
> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming
>
2014 Jun 09
1
syslinux (pxelinux.0) debug prints
On Thu, Jun 5, 2014 at 8:50 AM, Wissam Shoukair <wissams at mellanox.com> wrote:
> Hi Gene,
>
> More information about this?
>
> I have found in the syslinux git that this commit id is the last good
> commit:
>
> commit 41c29c26d70fde563d7c255872bbadad87a39dfa (tag:
> refs/tags/syslinux-5.02-pre3)
> Author: Matt Fleming <matt.fleming at intel.com>
>