- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
EDK 13.4 nukes "SDK" directory when you do a "make clean"
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 09:28 AM - edited 04-25-2012 09:29 AM
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
Solved! Go to Solution.
Re: EDK 13.4 nukes "SDK" directory when you do a "make clean"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 11:11 AM
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
Re: EDK 13.4 nukes "SDK" directory when you do a "make clean"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 11:15 AM
Thanks. I am doing that !!
This was rather unexpected.
RRS











