How to compile concrete web server in codewarrior?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to compile concrete web server in codewarrior?

795 Views
ivanpetrovich
Contributor I

Hello! There is a demo web server (treck.com/downloads - freescale 5208). It is a solution for CodeWarrior. I have tried to compile it (by free CW 7.2 SE) for a few days, but every time different errors occurred. In fact, there is a file "trecklib.a" that consists of 202 compiled elf- files. The issue is that theese files are not linked. It means that there are no correct function calls anywhere. Please help me to link "trecklib.a" and get correct function calls. I need it for my research, so I'm not going to launch this web server.
P.S. I'm not a programmer))

Labels (1)
0 Kudos
4 Replies

618 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Ivan,

It seems like the project was created using an older CodeWarrior version. Please try to compile it using CodeWarrior for ColdFire v6.3, you can download it from this link:

https://www.nxp.com/webapp/Download?colCode=CW_CF_V6.3_EVAL_WIN&nodeId=015210BAF727260061FE53&appTyp... 


Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

0 Kudos

618 Views
ivanpetrovich
Contributor I

Hi, Carlos,

thanks for your reply!

I downloaded CW 6.3 but there is another issue now:

Новый точечный рисунок (2).bmp

I'm desperate! Is there any other way for me to link this library?

0 Kudos

618 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Ivan,

The code seems to be larger than the size allowed by the evaluation version, maybe you can ask for a 30 day full evaluation license on this space:

https://community.nxp.com/community/codewarrior/cw-licensing 

Hope it helps!

Best regards,

Carlos Mendoza

0 Kudos

618 Views
ivanpetrovich
Contributor I

Hi Carlos,

Thanks for your reply.

I will try.

0 Kudos