Avnet Electronics Marketing - Community Forum
    |   
 
Home Design Services My Account About Avnet
Reply
Visitor
Allen
Posts: 2
Registered: ‎05-19-2009
0

Problem with "Avt3S400A_Eval_MicroBlaze_v10_1_03" tutorial

Hello! I have a problem with this tutorial.

I generate the netlist and the bitstream successfully. But when I compile the peripheral project there is a warning :make: *** No rule to make target `/cygdrive/c/Documents', needed by `TestApp_Memory/executable.elf'.  Stop.
Does someone have the same problem before?

Thanks for your help!

Regular Visitor
michals
Posts: 9
Registered: ‎06-23-2009
0

Re: Problem with "Avt3S400A_Eval_MicroBlaze_v10_1_03" tutorial

Hello Allen.

Try to run EDK shell (you can find it in 'project' menu), go one level up (type 'cd ..') and then type 'chmod -R 777 ./project_name'   . In my case, it helped by there where many other errors during generating bitstream. Finally last edk service pack fixed everything.

Visitor
Allen
Posts: 2
Registered: ‎05-19-2009
0

Re: Problem with "Avt3S400A_Eval_MicroBlaze_v10_1_03" tutorial

There's no warning or error this time and it works properly!

Thanks michals