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.

Problem with 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.

when i want run the application on FPGA PowerPC440 using SDK tool i got this problem:

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 platformSTAL.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
platformSTAL.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.
Running generate.
Running post_generate.
Running include - 'make -s include "COMPILER=powerpc-eabi-gcc"
"ARCHIVER=powerpc-eabi-ar" "COMPILER_FLAGS=-mcpu=440 -O2 -c"
"EXTRA_COMPILER_FLAGS=-g"'.

Running libs - 'make -s libs "COMPILER=powerpc-eabi-gcc"
"ARCHIVER=powerpc-eabi-ar" "COMPILER_FLAGS=-mcpu=440 -O2 -c"
"EXTRA_COMPILER_FLAGS=-g"'.
Compiling common
make[1]: *** [libs] Error 57
Compiling lldma
make[1]: *** [libs] Error 57
Compiling standalone
make[1]: *** [standalone_libs] Error 57
make[1]: Target `libs' not remade because of errors.
Compiling gpio
make[1]: *** [libs] Error 57
Compiling uartlite
make[1]: *** [libs] Error 57
Compiling cpu_ppc440
make[1]: *** [libs] Error 57
ERROR:EDK:369 - make failed for target "libs"
ERROR:EDK:1189 - Error(s) while running "make" for processor ppc440_0.
make: *** [ppc440_0/lib/libxil.a] Error 2
make: Target `all' not remade because of errors.
 

Hi friend

The problem was in Cygwin the Windows XP enforce the SDK to use its own Cygwin

regards
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top