[En-Nut-Discussion] httpd response
Harald Kipp
harald.kipp at egnite.de
Wed Sep 10 20:15:35 CEST 2003
It has been reported recently, that the CVS version of
crurom might be broken. I haven't checked it so far.
Here's the part of the email (thanks to Jelle):
-----------
The changes to uromfs.c are not correctly working with crurom.exe.
Crurom.exe doesn't make a "PSTR filename" in the c file it generates:
static ROMENTRY file1entry = { 0, "keyboard.bin", 2002, (prog_char
*)file1data };
while I guess it should be:
static ROMENTRY file1entry = { 0, PSTR("keyboard.bin"), 2002, (prog_char
*)file1data };
(So I'm still running with the old urom for the moment)
(The "tricky" part is that the compiler doesn't generate any kind of warning
for this error)
-----------
More information about the En-Nut-Discussion
mailing list