Forum Discussion
Altera_Forum
Honored Contributor
21 years agoApplication Not Compling
I'm in the process of trying to get the simple "hello_world.c" code to run from the board using Linux. I have the kernel and filesystem built and installed on the board. I'm now trying to c...
Altera_Forum
Honored Contributor
21 years agoAh, simple fix.
Original code: DEBUG = 0 PROJ_NAME = hello INSTALL_DIR = PROGS := $(PROJ_NAME).exe CFLAGS += I changed: PROJ_NAME = hello TO PROJ_NAME = hello_world Ok, I'm sure I'll have more questions regarding what I'm trying to do.