Forum Discussion
Altera_Forum
Honored Contributor
8 years agomy first fpga hps
Hello, Im just trying to run my_first_hps_fpga but when I try to make in the shell there is an error I dont get where is the problem pleaase help me there is an attachement.
Altera_Forum
Honored Contributor
8 years agoThe name of the comiler command is arm-linux-gnueabihf-gcc, so I wonder if you are missing some spaces in your makefile. Do you really have arm-linux-gnueabihf-gcc-static-g-wall without any spaces? -static and "-g -Wall" (with a capital W) are also options that should be separated with spaces.
Could you show your makefile?