thx for ur help hippo.
i did wat u suggest n the make terminated as below:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
make[2]: Entering directory `/home/jwlam/uClinux-dist-test/user/cgi_generic'
romfs-inst.sh /home/jwlam/uClinux-dist-test/vendors/Generic/httpd /home/httpd
2 blocks
romfs-inst.sh /home/httpd/cgi-bin/cgi_demo
cp: cannot create regular file `/home/jwlam/uClinux-dist-test/romfs/home/httpd/cgi-bin/cgi_demo': No such file or directory
make[2]: *** [romfs] Error 1
make[2]: Leaving directory `/home/jwlam/uClinux-dist-test/user/cgi_generic'
make[1]: *** [romfs] Error 2
make[1]: Leaving directory `/home/jwlam/uClinux-dist-test/user'
make: *** [romfs] Error 1[/b]
--- Quote End ---
so i manually create tat folder n make again. it terminated successfully.
there is nth for me to copy from bin, usr n var folder. but i copy the romfs/httpd folder to rootfs/home/httpd
after downloading the image onto my board, boa is running well, i can view the index.html. however, when i access cgi-bin/cgi_demo, i got a 404 Not Found error.
did i do anything wrong? Pls advise. Thx again!