Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCGI?
Hello everyone: Does the boa webserver ("pre-buit version" provided by Microtronix) support CGI ? In the directory:"/c/altera/kits/nios2/examples/software/linux/apps/boa/util", the...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by rfitz25@Nov 10 2006, 07:41 PM i'm trying to build/run the simpler sdhnain version.
i get these error messages when i try to "-- build make target"?
make -k all
no emulation specific options.
makefile:25: *** missing separator. stop.
what are emulation options? from sopc builder ?
i'll try some more.
these are lines 23, 24, 25 in the makefile?
.phony: clean
clean:
-rm -f *.[oad] *.elf *.gdb *.bin *.exe
what seperator is needed and where?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=19376)
--- quote end ---
you must to place a space before -rm -f
like that
clean:
-rm -rf
look in an other makefile.
i had the same problem, and now it's ok. http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/smile.gif
bye --- Quote End ---