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
Contributor
rahulrs84
Posts: 38
Registered: ‎10-06-2010
0
Accepted Solution

EDK 13.4 nukes "SDK" directory when you do a "make clean"

[ Edited ]

I dont know if this is intentional or a bug but a "make clean" wipes out the SDK directory. This didnt happen is EDK 13.2. 

 

rm -f implementation/system.ngc
rm -f platgen.log
rm -f __xps/ise/_xmsgs/platgen.xmsgs
rm -f implementation/system.bmm
rm -rf implementation/cache
rm -f implementation/system.bit
rm -f implementation/system.ncd
rm -f implementation/system_bd.bmm
rm -f implementation/system_map.ncd
rm -f implementation/download.bit
rm -f __xps/system_bits
rm -rf implementation synthesis xst hdl
rm -rf xst.srp system.srp
rm -f __xps/ise/_xmsgs/bitinit.xmsgs
rm -rf SDK
rm -rf __xps/ps7_instance.mhs

 

If you build your sources inside the ./SDK/ directory, they will be lost.

 

Rahul

Xilinx Employee
dylan
Posts: 403
Registered: ‎07-30-2007
0

Re: EDK 13.4 nukes "SDK" directory when you do a "make clean"

Hi,

 

I think this is covered by:

http://www.xilinx.com/support/answers/45966.htm

 

Workaround for 13.4 is to store your workspace in somewhere not in SDK (or anywhere in your list).

 

Planned to be fixed in 14.1

 

Dylan

Contributor
rahulrs84
Posts: 38
Registered: ‎10-06-2010
0

Re: EDK 13.4 nukes "SDK" directory when you do a "make clean"

Thanks. I am doing that !!

This was rather unexpected.

 

RRS