Forum Discussion
Hi
Did you meet any issue when running the make command on your host pc?
And did the application successfully copied over to the board?
Could you issue "ls -l" to check the size of the application on the board?
Regards
Jingyang, Teh
- KAT11 year ago
New Contributor
Hi,
Please see my response below to your question.
Did you meet any issue when running the make command on your host pc?
answer: No. The following was displayed when I ran the make command.
$ make
arm-eabi-gcc -g -Wall -Dsoc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/soc_cv_av -IC:/intelFPGA/20.1/embedded/ip/altera/hps/altera_hps/hwlib/include/ -c main.c -o main.o
arm-eabi-gcc -g -Wall main.o -o my_first_hpsAnd did the application successfully copied over to the board?
answer: Yes. I could see the file when I did ls -l. See below.
root@socfpga:~# ls -l
-rwxrwxrwx 1 root root 248524 Sep 28 05:02 my_first_hpsCould you issue "ls -l" to check the size of the application on the board?
answer: see above. I did notice that in the My_First_HPS.pdf tutorial pdf, the file size shown in the screenshot on page 10 was showing the file size to be 6521.