I found that in my Makefile, which was generated without error by /NLBConfig.py, the path for two files is just /../freebios/mainboard.c and /../freebios/irq_tables.c Aren't they supposed to be at /../freebios/src/mainboard/via/epia/mainboard.c and /../freebios/src/mainboard/via/epia/irq_tables.c?
That's right. irq_tables.c and mainboard.c should be at freebios/src/mainboard/via/epia.
What about your linuxbios config file? Are you using the example.config in epia's dir? Do you have mainboard and target setup right?
-Andrew