Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup a development environment

38 bytes removed, 22:02, 26 April 2010
m
Configurer DSPLINK pour la compilation de projets
= Configurer ''DSPLINK'' pour la compilation de projets =
Cette partie explique comment rajouter les diverses librairies à l'environnement This part explains how to add libraries to ''DSPLINK'' environment.
=== ''Includes'' ===
Éditer le fichier Edit file $DSPLINK/make/DspBios/c64xxp_5.xx_linux.mk pour rajouter les répertoires and add the ''includes''directories:
<pre># ----------------------------------------------------------------------------
# Base directory for include files
$(BASE_PSLINC) $(BASE_CSLINC) $(BASE_XDCINC) $(BASE_FCINC) $(BASE_FCTOOLINC) $(BASE_IMGLIBINC) $(BASE_IQMATHINC)
</pre>
Les The variables OSINC_GENERIC et and OSINC_PLATFORM permettent de définir les répertoires où allow to setup the directories where ''DSPLINK'' cherchera les will look for ''.h''files.
=== Librairies ===
Par défautBy defualt, ''DSPLINK'' cherche les librairies dans les répertoiresis searching the libraries in the directories:
<pre>$DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/DEBUG/
$DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/RELEASE/
</pre>
Il faut donc y copier les différentes librairesThus, you have to copy the libraries in the right place:
<pre>cp $HOME/TI/framework_components_2_24_01/packages/ti/sdo/fc/dman3/lib/debug/dman3.a64P $DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/DEBUG/
cp $HOME/TI/framework_components_2_24_01/packages/ti/sdo/fc/dman3/lib/release/dman3.a64P $DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/RELEASE/
cp $HOME/TI/imglib_v201/lib/target/imglib2.l64P $DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/DEBUG/
cp $HOME/TI/imglib_v201/lib/target/imglib2.l64P $DSPLINK/dsp/BUILD/OMAP3530_0/EXPORT/RELEASE/
</pre>  
= Configure ''CodeBlocks'' for ''ARM'' =
0
edits