[En-Nut-Discussion] httpd not finding files in urom
Harald Kipp
harald.kipp at egnite.de
Fri Nov 14 16:17:32 CET 2003
Cosmin,
An acceptable file entry should look like
prog_char file6name[] = "index.html";
static ROMENTRY file6entry = { &file5entry, (prog_char *)file6name, 489,
(prog_char *)file6data };
ROMENTRY *romEntryList = &file6entry;
Since version 3.3 the file name is in ROM too. You may need
to update the crurom utility, if it's from a previous version.
Harald
More information about the En-Nut-Discussion
mailing list