Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
|
pic:picgcc:installation [2008/08/02 18:17] per créée |
pic:picgcc:installation [2008/12/20 23:13] (Version actuelle) per |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ===== Installation ===== | + | ===== Installation de PICGCC ===== |
| + | ~~LINEBREAK~~ | ||
| + | [[pic:picgcc |Retour à picgcc]] | ||
| + | |||
| + | %%******************************%% | ||
| + | %%** %%**Porting de GCC a PIC16F**%% **%% | ||
| + | |||
| + | %%**%%**Pedro José Ramírez Gutiérrez**%%**%% | ||
| + | %%** %%**David Santo Orcero**%% **%% | ||
| + | |||
| + | %%**%%**www.pjmicrocontroladore.es**%%**%% | ||
| + | %%**%% **Bajo licencia GPL**%% **%% | ||
| + | %%*****************************%% | ||
| - | ********************************** | ||
| - | ** Porting de GCC a PIC16F ** | ||
| - | ** ** | ||
| - | ** Pedro José Ramírez Gutiérrez ** | ||
| - | ** David Santo Orcero ** | ||
| - | ** ** | ||
| - | ** www.pjmicrocontroladore.es ** | ||
| - | ** 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 | ||
| -->English instruction above. | -->English instruction above. | ||
| - | ************************** | + | |
| - | * Instalación básica * | + | ===== Instalación básica ===== |
| - | ************************** | + | |
| Necesitas tener GPutils instalado en tu sistema. Si la ruta de los binarios | Necesitas tener GPutils instalado en tu sistema. Si la ruta de los binarios | ||
| Ligne 42: | 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 | ||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
| - | + | ===== Notice d'installation ===== | |
| - | ************************** | + | |
| - | * Notice d'installation * | + | |
| - | ************************** | + | |
| GPutils doit être installé sur ton système. Si le chemin des binaires | GPutils doit être installé sur ton système. Si le chemin des binaires | ||
| Ligne 86: | 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 * | + | |
| - | ************************* | + | |
| You have need GPutils installed in yours system. If your path of binary's | You have need GPutils installed in yours system. If your path of binary's | ||