comment recompiler

bonjour a tous

Malgré les tutos du site pour recompiler un fichier asm ,je ne comprend pas comment cela fonctionne y a t il quelqu’un qui pour me montrer la marche a suivre car j’ai besoin de recompiler mon fichier est cela fais une semaine que je galère avant j’utiliser MPLAB ca marcher nickel Mais je suis perdu

Merci d’avance a tous

si quelqu’un a une methode clair je suis preneur car la je suis grave perdu ,j’ai besoin de compiler mon fichier 8580.asm pour modifier la taille de l’ecran

Merci d’avance

http://www.midibox.org/dokuwiki/doku.php?id=windows_toolchain_quickstart

thanks nils

i show this tuto but i’m lost and no work

Hi Mate,

that´s really easy. I did it yesterday without any problems.

1.) Install the tools. You find them here (win32): http://rapidshare.com/files/399264147/MidiboxProgramming.zip.html

2.) Move the entire Folder with your 8580.asm to e.g. c:/mios/midibox_sid_v2_0_rc37 (or whatever foldernames you have)

3.) On Winxp click start and type “cmd”, that opens a shell (dos like command window)

4.) in this shell navigate to your folder

5.) type and execute: SET PATH=C:\MSYS\1.0\bin;%programfiles%\gputils\bin;%programfiles%\SDCC\bin;%PATH%

6.) type and execute: make

files are made and ready for upload.

that´s all.

thanks for all i found the tricks

Ed