Forum Discussion
Altera_Forum
Honored Contributor
21 years agoExternal application building
Hello, can someone tell me how I can compile an external application for Nios2 ? I am trying to build pppd that I found in the uClinux distribution 20041215. It seems there is a problem with the u...
Altera_Forum
Honored Contributor
20 years agoThe main problem is about your makefile. Please check
$(PROJ_NAME).bin : $(OBJS) $(PLUGINOBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(PLUGINOBJS) $(EXTRALIBS) $(LDLIBS$(LDLIBS_$@)) in orignal Makefile