Sorry, I just noticed it is referenced in the mss file which is getting added by the gen_mss.m function from @xps_lwip. Looking back at version 7.1 I see that this has been the case since then. Is it that the hardware version is 1.01.a but the driver is version 2.00.a? Thanks, Glenn
On Tue, Aug 19, 2008 at 11:46 AM, G Jones <[email protected]> wrote: > (Replying to the list for the benefit of everyone once the archive is > created.) > > I copied the previous version over, and everything went smoothly up until > the CopyFiles part for generating the drivers. It seems to still be copying > the 2.00.a drivers for some reason. I can't find the reference to this core > that is causing this. > Please let me know if you have any ideas. > Thanks, > Glenn > > Error message: > Copying files for driver cpu_ppc405_v1_00_a from > C:\Xilinx\10.1\EDK\sw\XilinxProcessorIPLib\drivers\cpu_ppc405_v1_00_a\src\ > to > > D:\casper_work\ten\snaptestlwip\XPS_iBOB_base\ppc405_1\libsrc\cpu_ppc405_v1_00_a > > \ ... > > Copying files for library lwip_v2_00_a from > C:\Xilinx\10.1\EDK\sw\ThirdParty\sw_services\lwip_v2_00_a\src\ to > D:\casper_work\ten\snaptestlwip\XPS_iBOB_base\ppc405_1\libsrc\lwip_v2_00_a\ > ... > > Running DRCs for OSes, Drivers and Libraries ... > Runnning DRC for lwIP library... > > > Running generate for OS'es, Drivers and Libraries ... > Running generate for lwIP library ... > Generating xemacliteif_g.c ... > Generating lwipopts.h file ... > ERROR:MDT - lwip () - error copying > "./src/contrib/ports/v2pro/netif/xemacliteif_polled.c" to > "./src/contrib/ports/v2pro/netif/xemacliteif.c": permission denied > while executing > "file copy -force "./src/contrib/ports/v2pro/netif/xemacliteif_polled.c" > "./src/contrib/ports/v2pro/netif/xemacliteif.c"" > (procedure "::sw_lwip_v2_00_a::generate" line 120) > invoked from within > "::sw_lwip_v2_00_a::generate 60581752" > ERROR:MDT - Error while running "generate" for processor ppc405_1... > make: *** [ppc405_1/lib/libxil.a] Error 2 > ERROR:MDT - Error while running "make -f system.make init_bram" > > > On Mon, Aug 18, 2008 at 4:48 PM, Henry Chen <[email protected]>wrote: > >> Hi Glenn, >> >> It looks like a lot of cores were deprecated in the intervening tool >> revisions. >> If you want, it looks like you can manually bring in pcores from EDK7.1 by >> going >> to <EDK dir>\hw\XilinxProcessorIPLib\pcores and copy it into the local >> pcores >> directory. >> >> Or if are so inclined, you can experiment with the 2.00.a version of the >> core to >> bring us up to speed =) >> >> Thanks, >> Henry >> >> >> >> G Jones wrote: >> >>> Hello, >>> I'm trying to start using the 10.1 tool flow. Compiling a simple design >>> with the iBOB LWIP block yields this error: >>> ERROR:MDT - IPNAME:opb_ethernetlite HW_VER:1.01.a - Can not find valid >>> MPD >>> >>> I opened XPS and indeed it seems like the only version available is >>> 2.00.a >>> >>> Is there any way to get 10.1 to see the old version of the core? >>> >>> Thanks, >>> Glenn >>> >> >

