Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
ady_hbad
Posts: 21
Registered: ‎05-03-2011
0

make: *** [microblaze_0/lib/libxil.a] Error 2

i m getting this error while creating BSP for ucTCPIP.

 

i am attaching the screnshot ..

 

kindly help me out

untitled.JPG
Newbie
dorfell
Posts: 1
Registered: ‎12-13-2011
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Hi, ady_hbad. I'm working with a SP605 and got the same error.
I'd like to know where I could copy the folder uC-TCPIP which containts the NIC, IF, OS, and Source sub-folders. I was reading the .tcl file and found out that the acces to the libxil.a to removes_inteerrupt_handler.o. Thanks for your help.
Newbie
erwan
Posts: 1
Registered: ‎05-25-2012
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Hi,

 

I'm also trying to port the TCPIP stack from Micrium.

I use a custom board from Avnet which is Spartan 6 LX150T and I success to port ucOS II on the microblaze but when i try to add the TCPIP stack, I get this error:

 

Running libs - 'make -s libs "COMPILER=mb-gcc" "ARCHIVER=mb-ar"
"COMPILER_FLAGS=-mno-xl-soft-mul -mxl-barrel-shift -mxl-pattern-compare
-mcpu=v8.20.b  -O2 -c" "EXTRA_COMPILER_FLAGS=-g"'.
"Compiling standalone";
"Compiling common"
"Compiling lldma"
"Compiling llfifo"
"Compiling uC/OS"
i ‚tait inattendu.
make[1]: *** [libs] Erreur 255
"Compiling mpmc"
"Compiling gpio"
"Compiling uartlite"
"Compiling bram"
"Compiling intc"
"Compiling llfifo"
"Compiling lltemac"
"Compiling tmrctr"
"Compiling cpu"
ERROR:EDK:369 -  make failed for target "libs"
ERROR:EDK:3418 - Error(s) while running make.
make: *** [microblaze_0/lib/libxil.a] Erreur 2

 

 

 

Anyone success with TCPIP stack?

 


Super Contributor
joy1887
Posts: 153
Registered: ‎03-31-2011
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Visitor
ady_hbad
Posts: 21
Registered: ‎05-03-2011
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

Dear All,

 

sorry for the late reply because i saw this post after a long time...

 

 

all these errors can be solved once we paste correct library folders at correct place

 

check in installation dir->EDK->lib or third party or sw->  actually idont remeber exactly & i dont have xilinx installed here...

what I mean is suppose u r facing prob wid ucos then replace ucos library folder available in installtion directory with the ucos library folder obtained from micrium website...

 

these errors are mainly due to version incompatibility problems....

 

hope it helps..... 

Super Contributor
joy1887
Posts: 153
Registered: ‎03-31-2011
0

Re: make: *** [microblaze_0/lib/libxil.a] Error 2

mark it as solution if u think