Thanks Rob, I tried with r7, and result is the same
I could not send a "relevant" part of the program, since I already tried by commenting out part after part and I cannot find which part is causing troube. Fyi, I reinstalled a clean fresh version of the 1.9 jallib latest version Also note that a .asm file is created with a header in it and nothing else. Seems like all the syntax checking is ok, but something goes wrong after that..... The main file is attached to this message. The library files that are referenced are the original 1.9 versions Compilation started at :11-01-25 17:38:24 *jal jalv25r7 (compiled Jan 29 2023)* generating p-code 1236 tokens, 294280 chars; 6401 lines; 12 files generating PIC code pass 1 Assertion failed! *[Error] (jalv2_64.exe.jal) [Line 0]File: pic_op.c, Line 3110Expression: !value_is_const(val1)* Compiler CommandLine: Y:\== TOOLS\JalLib1.9\compiler\other_versions\jalv25r7\jalv2_64.exe -Wno-all -s "Y:\== TOOLS\Jallib1.9\lib;Y:\== TOOLS\PICjal\JAL\Libraries;Y:\== TOOLS\JalLibWorkspace\lib" "Y:\== PROJETS EN COURS\NAS\Ventilos\Ventilos2\Ventilos2.jal" Errors :0 Warnings :0 Code :0/100 Data:0/100 Hardware Stack : 0/100 Software Stack :0 Le samedi 11 janvier 2025 à 17:32:57 UTC+1, Rob CJ a écrit : > Hi David, > > I did a quick check and I saw the issue is occurring in a part that I did > not change so I am very interested if you get the same issue with jalv25r7. > You can find that version in the directotory > compiler/other_versions/jalv25r7. > > If so can you send me your program? > > Thanks. > > Kind regards, > > Rob > > ------------------------------ > *Van:* Rob CJ <[email protected]> > *Verzonden:* zaterdag 11 januari 2025 17:16 > *Aan:* [email protected] <[email protected]> > *Onderwerp:* Re: [jallib] Compiler/Parser error ? > > Hi David, > > I see you are using the lateste version of the compiler. There is a bug in > it that I am trying to fix. > > For you it is best to use compiler version jalv25r7 (not r8 since it > contains another bug). > > Sorry for the inconvenience but could you send me your program or at least > a relevant part that creates this error? > > Thanks. > > Kind regards, > > Rob > > ------------------------------ > *Van:* [email protected] <[email protected]> namens David VB < > [email protected]> > *Verzonden:* zaterdag 11 januari 2025 17:06 > *Aan:* jallib <[email protected]> > *Onderwerp:* [jallib] Compiler/Parser error ? > > Hi there, > > While trying to compile a first skeleton of a new program (some > definitions, initialisations and declarations) with an (for now) empty > forever loop, I bump into this strange error: > > It seems like a first pass is ok and that no syntax errors remain, put > then I receive this: > > Compilation started at :11-01-25 16:59:42 > jal jalv25r9 (compiled Jan 4 2025) > generating p-code > 1236 tokens, 294280 chars; 6401 lines; 12 files > generating PIC code pass 1 > *Assertion failed!* > > > *[Error] (jalv2_64.exe.jal) [Line 0] File: pic_op.c, Line 3143 Expression: > !value_is_const(val1)* > Compiler CommandLine: Y:\== TOOLS\Jallib1.9\compiler\jalv2_64.exe > -Wno-all -s "Y:\== TOOLS\Jallib1.9\lib;Y:\== > TOOLS\PICjal\JAL\Libraries;Y:\== TOOLS\JalLibWorkspace\lib" "Y:\== PROJETS > EN COURS\NAS\Ventilos\Ventilos2\Ventilos2.jal" > > Errors :0 Warnings :0 > Code :0/100 Data:0/100 Hardware Stack : 0/100 Software Stack :0 > > > What does this mean ? > > Thanks for your help ! > > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/jallib/174fb715-0d82-4e35-91b7-cb5668510777n%40googlegroups.com > > <https://groups.google.com/d/msgid/jallib/174fb715-0d82-4e35-91b7-cb5668510777n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jallib/06cd9fa8-5f67-448a-9d7e-a7ec8997ef7en%40googlegroups.com.
Ventilos2.jal
Description: Binary data
