Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHi ruglybloke,
yes you are right. goahead webserver is ported to ecos. There is a makefile example with an arm platform, but i do not know how to modify the makefile for my nios2 platform. There are three lines in the makefile which have to be modify: PKG_INSTALL_DIR := /work/net_test/install COMMAND_PREFIX := arm-elf- CFLAGS := -mcpu=arm7tdmi -D__EDB7209 -D__EDB7212 $(DEBUG) Can you tell me how the CFLAGS have to be set? Thnx