Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help on SDK tool and Virtex-5 PowerPC440

Status
Not open for further replies.

lahrach

Full Member level 3
Joined
Feb 6, 2009
Messages
170
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,285
hi friends I have an error when I build an application on SDK tool (I use Virtex with PPC440)
--------------
---------------------------------------
make -k clean all
rm -rf ppc440_0/code/
rm -rf ppc440_0/include/
rm -rf ppc440_0/lib/
rm -rf ppc440_0/libsrc/
rm -f libgen.log
libgen \
-hw C:/LAHRACH/TP-PowerPC/BasicAPP/SDK/SDK_Export/hw/system.xml \
-pe ppc440_0 \
-od . \
-lp C:/LAHRACH/TP-PowerPC/BasicAPP/SDK/SDK_Export \
-log libgen.log PlatformSTan.mss
libgen
Xilinx EDK 11.4 Build EDK_LS4.68
Copyright (c) 1995-2009 Xilinx, Inc. All rights reserved.

Command Line: libgen -hw
C:/LAHRACH/TP-PowerPC/BasicAPP/SDK/SDK_Export/hw/system.xml -pe ppc440_0 -od .
-lp C:/LAHRACH/TP-PowerPC/BasicAPP/SDK/SDK_Export -log libgen.log
PlatformSTan.mss

INFO:EDK:1740 - List of peripherals connected to processor instance ppc440_0:
- LEDs_8Bit
- RS232_Uart_1
- xps_bram_if_cntlr_0

Staging source files.
Running DRCs.
MFS DRC ...

Runnning DRC for XilIsf library...



ERROR:EDK - xilisf () - No SPI core is addressable from processor ppc440_0.
XilIsf library requires a SPI Core

ERROR:EDK:3193 - issued from TCL procedure "::sw_xilfatfs_v1_00_a::xilfatfs_drc"
line 15
xilfatfs () - Sysace HW module not present or not accessible from this
processor. FATfs cannot be used without this module

Runnning DRC for lwIP library...



ERROR:EDK:3193 - issued from TCL procedure "::sw_lwip130_v1_00_b::lwip_drc" line
12
lwip130 () - No Ethernet MAC cores are addressable from processor ppc440_0.
lwIP requires atleast one EMAC (xps_ethernetlite | xps_ll_temac) core with
its interrupt pin connected to the interrupt controller.

ERROR:EDK:1191 - Error(s) while running DRCs for processor ppc440_0.
make: *** [ppc440_0/lib/libxil.a] Error 2
make: Target `all' not remade because of errors.

---------------------------------------
 

INFO:EDK:1740 - List of peripherals connected to processor instance ppc440_0:
- LEDs_8Bit
- RS232_Uart_1
- xps_bram_if_cntlr_0

ERROR:EDK - xilisf () - No SPI core is addressable from processor ppc440_0.
XilIsf library requires a SPI Core

lwip130 () - No Ethernet MAC cores are addressable from processor ppc440_0.

it sounds like you either need to add these to the hardware, remove the code from the project, or see if some option allows you to force the check to pass.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top