Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
|
pic:picgcc:installation [2008/08/03 16:47] per |
pic:picgcc:installation [2008/12/20 23:13] (Version actuelle) per |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ===== Installation ===== | + | ===== Installation de PICGCC ===== |
| ~~LINEBREAK~~ | ~~LINEBREAK~~ | ||
| [[pic:picgcc |Retour à picgcc]] | [[pic:picgcc |Retour à picgcc]] | ||
| - | %%***************************%% | + | %%******************************%% |
| - | **Porting de GCC a PIC16F** %%****%% | + | %%** %%**Porting de GCC a PIC16F**%% **%% |
| - | ** Pedro José Ramírez Gutiérrez ** | + | %%**%%**Pedro José Ramírez Gutiérrez**%%**%% |
| - | ** David Santo Orcero ** | + | %%** %%**David Santo Orcero**%% **%% |
| - | ** www.pjmicrocontroladore.es ** | + | %%**%%**www.pjmicrocontroladore.es**%%**%% |
| - | ** Bajo licencia GPL ** | + | %%**%% **Bajo licencia GPL**%% **%% |
| + | %%*****************************%% | ||
| --> Notice d'installation en français après la version espagnole | --> Notice d'installation en français après la version espagnole | ||
| Ligne 43: | Ligne 44: | ||
| Para usar la ultima version del port consija las fuentes con | Para usar la ultima version del port consija las fuentes con | ||
| svn checkout https://forja.rediris.es/svn/cls-pic-16f877 | svn checkout https://forja.rediris.es/svn/cls-pic-16f877 | ||
| + | |||
| + | |||
| + | Ficheros bash en http://per.launay.free.fr/picgcc/fuente_pic_gcc/ | ||
| + | Un fichero de ayuda http://per.launay.free.fr/picgcc/fuente_pic_gcc/leeme-lisezmoi | ||
| Más información en www.pjmicrocontroladores.es | Más información en www.pjmicrocontroladores.es | ||
| Ligne 84: | Ligne 89: | ||
| svn checkout https://forja.rediris.es/svn/cls-pic-16f877 | svn checkout https://forja.rediris.es/svn/cls-pic-16f877 | ||
| - | Plus d'informations sur www.pjmicrocontroladores.es en espagnole évidemment ! | + | **Installation avec svn** |
| + | #!/bin/bash | ||
| + | tar xf gcc-4.0.2.tar.bz2 | ||
| + | if [ -d cls-pic-16f877 ] | ||
| + | then svn update cls-pic-16f877/ | ||
| + | else svn checkout https://forja.rediris.es/svn/cls-pic-16f877 | ||
| + | fi | ||
| + | cp -r cls-pic-16f877/trunk/* gcc-4.0.2 | ||
| + | vous trouverez ce [[http://per.launay.free.fr/picgcc/fuente_pic_gcc/instalacion_svn.sh |fichier ici]] | ||
| + | reprendre la documentation ci-dessus à "Créez un répertoire pour la compilation : | ||
| + | mkdir obj-pic" jusqu'à make install | ||
| + | |||
| + | Des fichiers bash dans http://per.launay.free.fr/picgcc/fuente_pic_gcc/ | ||
| + | un fichier d'aide http://per.launay.free.fr/picgcc/fuente_pic_gcc/leeme-lisezmoi | ||
| + | |||
| + | Plus d'informations sur www.pjmicrocontroladores.es en espagnol évidemment ! | ||
| + | Besoin d'aide, contacte le GUL le plus proche, sinon mon contact se déduit facilement de l'adresse web. | ||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
| + | |||
| ===== Basic instalation ===== | ===== Basic instalation ===== | ||