Re: [uClinux-dev] Problem linking

2007-08-09 Thread Bin Liu
You probably need to add more libraries for linking. for me, I have these: -lstdc++ -liostream -lio -liberty -lc -lgcc Bin On 7/27/07, Jose M. Puyal [EMAIL PROTECTED] wrote: Hi all, I'm newbie with uClinux, i'm trying to compile a sample c++ project with m68k-elf-tools and i'm having

[uClinux-dev] Problem linking

2007-07-27 Thread Jose M. Puyal
Hi all, I'm newbie with uClinux, i'm trying to compile a sample c++ project with m68k-elf-tools and i'm having some problems linking, could someone have a look and help me please?. Thanks. I have 3 files (Test.h, Test.cc, main.cc) and i'm using an example makefile, the output i get is as

Re: [uClinux-dev] Problem linking pthread... undefined referenceto`pthread_create'

2007-05-16 Thread Claudia De Bartolomeis
- From: chris brooke To: uClinux development list Sent: Tuesday, May 15, 2007 7:59 PM Subject: RE: [uClinux-dev] Problem linking pthread... undefined referenceto`pthread_create' Hi Claudia, What did you do to solve this problem? I've been working on the same problem for more than a week

Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create'

2007-05-15 Thread Claudia De Bartolomeis
, 2007 6:37 AM Subject: Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create' Hi Claudia, Have you already enable pthreads inside uClibc? Regards, Daniel Alomar En/na Claudia De Bartolomeis ha escrit: Hi everybody, I'm developing an application under uclinux

RE: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create'

2007-05-15 Thread chris brooke
Hi Claudia,What did you do to solve this problem? I've been working on the same problem for more than a week.Thanks,Chris From: [EMAIL PROTECTED] To: uclinux-dev@uclinux.org Subject: Re: [uClinux-dev] Problem linking pthread... undefined referenceto `pthread_create' Date: Tue, 15 May

[uClinux-dev] Problem linking pthread... undefined reference to `pthread_create'

2007-05-14 Thread Claudia De Bartolomeis
Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x, but I'm having troubles linking pthread Thanks in advance for any help Claudia This is the compilation log: [EMAIL PROTECTED]:~/ltib-m532xevb-20061117 ./ltib -m scbuild -p microwindows.spec

Re: [uClinux-dev] Problem linking pthread... undefined reference to `pthread_create'

2007-05-14 Thread Daniel Alomar
Hi Claudia, Have you already enable pthreads inside uClibc? Regards, Daniel Alomar En/na Claudia De Bartolomeis ha escrit: Hi everybody, I'm developing an application under uclinux uclibc 0.9.26 for Coldfire m532x, but I'm having troubles linking pthread Thanks in advance for any help