Hi all, I'm trying to compile an ISR written in asm using pragma interrupt and pragma inline. The code compiled with jalv24o gives no error, compiled with Jalv24q5 returns the warnings bellow. Anyone?
thx, Vasile Compilation started at :8/3/2016 11:09:59 AM Compilation started at :8/3/2016 11:12:24 AM jal jalv24q5 (compiled Dec 29 2015) generating p-code 279 tokens, 161383 chars; 3668 lines; 9 files generating PIC code pass 1 generating PIC code pass 2 [Warning] (test compiler_jalv24q5.jal) [Line 180] branch error at 0x0150: pclath 0x00fe, should be 0x0001 43 branches checked, 1 errors [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000013d (got 7fb0 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000013f (got 7faf expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000140 (got 7fb0 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000142 (got 7faf expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000146 (got 7f2f expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000148 (got 7f30 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014a (got 7f31 expected 31) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014c (got 7f30 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014d (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014e (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000151 (got 7f32 expected 32) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000152 (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000153 (got 7f36 expected 36) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000154 (got 7f36 expected 36) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000155 (got 7f34 expected 34) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000156 (got 7f35 expected 35) 217 data accesses checked, 16 errors 40 skips checked, 0 errors writing result [Warning] (test compiler_jalv24q5.jal) [Line 180] branch error at 0x0150: pclath 0x00fe, should be 0x0001 [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000013d (got 7fb0 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000013f (got 7faf expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000140 (got 7fb0 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000142 (got 7faf expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000146 (got 7f2f expected 2f) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000148 (got 7f30 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014a (got 7f31 expected 31) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014c (got 7f30 expected 30) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014d (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x0000014e (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000151 (got 7f32 expected 32) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000152 (got 7f33 expected 33) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000153 (got 7f36 expected 36) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000154 (got 7f36 expected 36) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000155 (got 7f34 expected 34) [Warning] (test compiler_jalv24q5.jal) [Line 180] data error at 0x00000156 (got 7f35 expected 35) Compiler CommandLine: C:\JALLIB~1\compiler\jalv2.exe "C:\2016\project moisture sensor\software\test compiler_jalv24q5.jal" -s "C:\JALLIB~1\lib" -no-variable-reuse Errors :0 Warnings :17 Code :390/2048 Data:45/256 Hardware Stack : 3/16 Software Stack :80 -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
