[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [microblaze-uclinux] Microblaze C++ pthreads linking problems



Hi,
maybe just try to put -lpthread more behind as last argument for gcc.
Otto Blomqvist wrote:
Hello All,
I am trying to build a mixed C / C++ application. Problem is that microblaze-uclinux-g++ does not seem to find the pthreads library even though I added -lpthreads to the LDFLAGS.
Before spending days trying to figure out what's going on I'd like to make sure that this is even supposed to work. If so, any ideas on what the problem could be ..?