Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Newbie
ahmadmakhlouf
Posts: 3
Registered: ‎03-17-2009
0

make: *** [microblaze_0/lib/libxil.a] Error 2

greetings every one,

 

i have recently bright the spartan 3A Video starter kit and i'm building demo project on EDK platform studio 10.1.03 and this error keeps coming on

 

ERROR:MDT - Failed to add write permission for
   E:\Solution\Camera_Frame_Buffer_Demo\microblaze_0\libsrc\camera_v2_00_a\
ERROR:MDT - Failed to copy
   E:\Solution\VSK_Repository\VSKProcessorIPLib\sw_services\camera_v2_00_a\src\
   to E:\Solution\Camera_Frame_Buffer_Demo\microblaze_0\libsrc\camera_v2_00_a\
ERROR:MDT - Error while running "Copy Files" for processor microblaze_0...
make: *** [microblaze_0/lib/libxil.a] Error 2

 

 

i dont know how to solve it can any one please help me

 

thank you very much

Expert Contributor
prateek_bhatt
Posts: 592
Registered: ‎08-21-2008
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Hello,

Please check your permissions on PC. Consult administrator to give you permissions to make changes in files on your PC. Hopefully the problem will be solved...

 

Best of luck. 

Best of luck.
--
Unlimited in my Limits.
Expert Contributor
rickysu
Posts: 128
Registered: ‎08-12-2007
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

I also have encountered this kind of problems.

 

Here are my methods:

1. Clean up project and try again. (make sure microblaze_0 is removed when cleaning up)

 

2. open EDK_SHELL and use chmod -R 777 to that directory.

 

3. Copy the very necessary project files to another directory and let EDK generate other files.

Visitor
ar_fasih
Posts: 8
Registered: ‎05-18-2009
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Hello everybody,

 

I have still the same problem with this error, !!

 

make: *** [microblaze_0/lib/libxil.a]  Error 2

 

 

EDK 10.1.03

 

Please help me,

 

Kind regards,

Fasih

 

Expert Contributor
prateek_bhatt
Posts: 592
Registered: ‎08-21-2008
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Hello.

Is there anything before or after this error or this much is the error only.

Please provide full info.

Also try cleaning up the soft project.

Best of luck.
--
Unlimited in my Limits.
Visitor
ar_fasih
Posts: 8
Registered: ‎05-18-2009
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

At Local date and time: Fri Oct 02 15:03:32 2009
 make -f system.make program started...
*********************************************
Creating software libraries...
*********************************************
libgen -mhs system.mhs -p xc4vfx20ff672-10   system.mss
libgen
Xilinx EDK 10.1.03 Build EDK_K_SP3.6
Copyright (c) 1995-2008 Xilinx, Inc.  All rights reserved.
ERROR:MDT - Invalid target device 'xc4vfx20'
make: *** [microblaze_0/lib/libxil.a] Error 2
Done!

 

//---------------------------------


windows xp 2002 sp2

hard disk: ntfs

user: administrator

 

even for the new projec it shows the similar error massage.

 

thank you for replaying promptly.

 

regards,

fasih

 

Regular Visitor
schetz
Posts: 28
Registered: ‎11-29-2007
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Are you using WebPack? It doesn't support the XC4VFX20.
Visitor
ar_fasih
Posts: 8
Registered: ‎05-18-2009
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Dear schetz, there is no EDK in webpack. I'm using EDK.

 

Thank you

Regular Visitor
schetz
Posts: 28
Registered: ‎11-29-2007
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

I believe EDK still relies on the ISE tools for synthesis and PAR. You need either full-blown ISE or ISE WebPack. Also, did your error change? In your initial post, you talk about file permissions, but more recently, you get an error about an invalid device. Is this new?