Status: Assigned
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 174 by [email protected]: JAL 2.4.1 compile not like (include
adc) for pic18f4550
http://code.google.com/p/jallib/issues/detail?id=174
What steps will reproduce the problem?
1. JALEdit 0.6.1.0 downloaded Dec 27 2011
2. JALPack 0.4.0
3. JAL 2.4.1 (Aug 7 2009 - Compiler message)
4. PIC18F4550
5 Using these includes:
include lcd_hd44780_4
include delay
include usb_serial
include print
include format
6. Then added
include adc
7. This would not compile
8. I had to add
include adc_hardware
What is the expected output?
I expected include adc to allow compiles for pic18F4550
What do you see instead?
0 errors, 0 warnings
Compiler CommandLine:
C:\JALPack\compiler\jalv2.exe "C:\JALPack\sample\18f4550_usb_serial_work_led2swlcd_adc.jal"
-s "C:\JALPack\lib"
-no-variable-reuse
when I change to
include adc_hardware
I get this
Compilation started at :1/29/2012 5:55:04 PM
jal 2.4l (compiled Aug 7 2009)
0 errors, 0 warnings
Code area: 6106 of 32768 used (bytes)
Data area: 238 of 928 used
Software stack available: 0 bytes
Hardware stack depth 6 of 31
[Warning] (lib/adc_hardware.jal) [Line 58] "adc_hardware is being
deprecated, you should consider using new adc.jal library"
Compiler CommandLine:
C:\JALPack\compiler\jalv2.exe "C:\JALPack\sample\18f4550_usb_serial_work_led2swlcd_adc.jal"
-s "C:\JALPack\lib"
-no-variable-reuse
Please use labels and text to provide additional information.
All features work fine when it compiles USB, serial, LCD, etc.
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en.