Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

In order to build a multi-threaded application and link it with the appropriate POSIX-threads library, do the following.

After activation of the cross-build environment (. ./ACTIVATE.sh), run the following command (linux-dp.c being the application in the below example):

$ ${CROSS_COMPILE_APPS}gcc -o linux-dp linux-dp.c -pthread
  • No labels