02-05-2009 01:42 AM
hi all.
I need some explain about my prob...
Situation:
I have the lastest pack XPS (EDK and PSK), ISE 10.1.03.
I run on Ubunto 8.10.
I have eclipse ganymede and i'm using gcc compilator.
I can load my clock program on spartan 3 (XC3S200) with impact without problem.
I have the Spartan 1800A XtremDSP FPGA board, and i'm trying to use it on ubunto.
For the firts use, i wan to realise the "getting started" A.N. who print "hello word" on hyper terminal.
I lunch EDK, i follow the tutorial and i start "download bitstream"
All is ok, except this (at the end of the download process):
ERROR:MDT - make failed for target "include" ERROR:MDT - Error while running "make" for processor microblaze_0... /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable /bin/bash: gmake : commande introuvable make: *** [microblaze_0/lib/libxil.a] Erreur 2 Done!
Coud you help me to solve this problem?
Thanks.
Iko.
01-01-2011 09:45 PM
the same erro with me.
my environment is Ubuntu 10.10, Xilinx 11.4.
Have you solved this problem?
04-25-2011 02:14 AM
XPS could not find command called "gmake". gmake is GNU make which is make.
I met the same problem today with Ubuntu, and the solution is easy:
I added a link called gmake that points to make under /usr/bin/, and everything went fine.
Another way might be adding:
alias gmake='make'
in your .bashrc.
I did not test this, though.
Also I am not sure whether we can set ISE/EDK up so that we can designate which compiler/make tool to use.