Hello,
I have not been able to run any of the lwip examples (I am using 32 bits): loopback hangs in socket() call, and http_srv hangs in the lwip_nic_init() call. I am using the Nic driver from dde_gpxe, since I got compilation errors when building the linux_drivers:
.../genode/linux_drivers/src/linux26/arch/i386/lib/bitops.c: In function 'find_next_zero_bit':
.../genode/linux_drivers/include/linux26-x86/asm/bitops.h:283: error: can't find a register in class 'BREG' while reloading 'asm'
.../genode/linux_drivers/include/linux26-x86/asm/bitops.h:283: error: 'asm' operand has impossible constraints
Any clue what I could be missing here to make these examples work? Let me know if you need more info about my environment.
Thanks.
Amadeo