Forum Discussion
Altera_Forum
Honored Contributor
21 years agoJust a partial reply, but you'll want your Makefile to look something like (I'm assuming that you're using the eclipse IDE, and that you set up a project for this):
-------- include Settings.mak include Rules.mak OBJS = yourfile1.o yourfile2.o etc.o all: yourprogram.exe yourprogram.bin: $(OBJS) -------- (not including the dashes, obviously) then build the project and copy the yourprogram.exe file into /bin in the filesystem project, then build it and upload it. Not a complete response, but I hope that this helps. Chris Lansdown Solar Technology Inc.