wutianze / dnndk-pynqz2

First lesson for you to use DNNDK, also it can be helpful for your AI learning
64 stars 26 forks source link

Makefile timestamp Issue #19

Open MaRcOsss1 opened 1 month ago

MaRcOsss1 commented 1 month ago

Hey,

I was trying to run a makerfile on the MobaXterm Terminal, ran the "make" command and ran into an error. The error log:

root@pynqz2_dpu1:~# cd yolo_pynqz2
root@pynqz2_dpu1:~/yolo_pynqz2# make
make: Warning: File 'Makefile' has modification time 1200 s in the future
g++ -c -O2 -Wall -Wpointer-arith -std=c++11 -ffast-math -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon programs/yolo_image.cpp -o objects/yolo_image.o
make: g++: Command not found
make: *** [Makefile:40: objects/yolo_image.o] Error 127

Now, I tried downloading the plugin for g++: image

and placed it here: image

But I'm still facing the same problem, what possibly could I have done wrong?

wutianze commented 1 month ago

Hey,

I was trying to run a makerfile on the MobaXterm Terminal, ran the "make" command and ran into an error. The error log:

root@pynqz2_dpu1:~# cd yolo_pynqz2
root@pynqz2_dpu1:~/yolo_pynqz2# make
make: Warning: File 'Makefile' has modification time 1200 s in the future
g++ -c -O2 -Wall -Wpointer-arith -std=c++11 -ffast-math -mcpu=cortex-a9 -mfloat-abi=hard -mfpu=neon programs/yolo_image.cpp -o objects/yolo_image.o
make: g++: Command not found
make: *** [Makefile:40: objects/yolo_image.o] Error 127

Now, I tried downloading the plugin for g++: image

and placed it here: image

But I'm still facing the same problem, what possibly could I have done wrong?

Hi, it seems like the timestamp of Makefile is wrong, try opening and saving it to update its timestamp