Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHello community,
I'm also trying to compile the *altera-delivered* "appWeb". After some adjustments (thanks to ykozlov for pointing to the right direction) I'm running into the same error like Bergmann89 did:make: enter directory '/home/nios/Projects/nios2-linux/uClinux-dist/user/appWeb'
make.dep:12: config.make: file or directory not found
make: *** No rule available to make target »conf/make.os.«,
used by »make.os«. end.
make: leave directory '/home/nios/Projects/nios2-linux/uClinux-dist/user/appWeb' Looking into the according Makefile under "...\appWeb\mpr\UNIX\" and regarding the above error message I assume that the Makefile has not been implemented. Due to I don't have much knowledge about this whole Makefile-stuff it's very frustrating at this point. Is there anybody out there who can give some advice or even better provide a correct Makefile for this app? I think this server-app is a very cool tool to provide dynamic webpages, using server-side JavaScript and PHP on uClinux. Thanks in advance for any help! Cheers! guinea