Hello,
I’am French but I can read and write english. If you’re French, you can aslo answer me in French 
I am trying to solve MATOZ25’s problem (clockbox count to 16 instead of 256) I’ve install on my PC GPUTILS, Perl and SDCC. I’ve also set my PATH parameters !
Before trying to change the code, I’ve just tying to compile the current code, in order to check if my computer is correctly installed. At the end of this post is the result of the DOS windows when I run “make.bat” file. I’ve got a HEX and SYX file, but I obtain a hight number of “warning”, so I want to known if I make something wrong :
I compare the original .hex file and the .hex file I’ve obtain with a hexadecimal editor and I found differences :-/
Thanks
–
Bonjour,
Je suis en train d’essayer de résoudre le problème de MATOZ25 (arrêter le comptage à 16 au lieu de 256)
J’ai installé l’ensemble des outils nécessaires comme indiqué sur votre site. Avant de tenter de modifier le code, j’essaye déjà de recompiler le code existant pour vérifier si mon PC est correctement configurer.
Apparament ça marche (j’obtiens des fichiers .HEX et .SYX) mais j’ai pas mal de warning; pouvez-vous jeter un oeuil ?
Avec un éditeur hexadécimal j’ai comparé le fichier .hex original et celui que j’ai généré et il y a des différences :-/
Merci
–
Microsoft Windows XP [version 5.1.2600]
C:\Documents and Settings\RLUCAS>cd d:_matoz25\clockbox_v1_1</sup>
C:\Documents and Settings\RLUCAS>d:
D:_matoz25\clockbox_v1_1>make.bat
Makefile generated.
Makefile.bat generated.
Assembling MIOS SDCC wrapper
==========================================================================
Compiling mclock.c
at 1: warning 117: unknown compiler option ‘–fstack’ ignored
==========================================================================
Compiling pic18f452.c
at 1: warning 117: unknown compiler option ‘–fstack’ ignored
_output\pic18f452.asm:168:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:171:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:174:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:177:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:180:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:186:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:189:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:192:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:195:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:198:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:204:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:207:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:210:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:213:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:216:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:222:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:225:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:228:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:231:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:234:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:237:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:243:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:252:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:255:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:264:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:272:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:277:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:285:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:288:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:293:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:296:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:299:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:304:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:309:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:314:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:317:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:320:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:323:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:329:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:334:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:360:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:363:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:366:Warning [231] No memory has been reserved by this instruction.
_output\pic18f452.asm:378:Warning [231] No memory has been reserved by this instruction.
==========================================================================
Compiling mtc.c
at 1: warning 117: unknown compiler option ‘–fstack’ ignored
==========================================================================
Compiling main.c
at 1: warning 117: unknown compiler option ‘–fstack’ ignored
==========================================================================
Linking project
==========================================================================
Converting to project.syx
Block 003000-0033FF allocated - Checksum: 34
Block 003400-0037FF allocated - Checksum: 4C
Block 003800-003BFF allocated - Checksum: 49
Block 003C00-003FFF allocated - Checksum: 41
Block 004000-0043FF allocated - Checksum: 6C
Block 004400-0047FF allocated - Checksum: 67
==========================================================================
SUCCESS!
D:_matoz25\clockbox_v1_1>