lahrach
Full Member level 3
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.
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.