Hi Joep,
I wanted to see the effect of your LCD backlight library. I used Jallib to create samples. But like previous time Jallib ended up in an endless loop telling me something about pthread. Nevertheless output file was created, but the compiler produced some errors with this source: > 16f648a_backlight.jal:30: "enable_digital_io" not defined > k:/jallib/include/device/16f648a.jal:495: 'enable_digital_io' previously > defined These are caused by an incorrect sequence in the created source file, as show below: > -- This file has been generated on Fri Apr 3 19:33:39 2009, from: > -- * board: board_16f648a_js.jal > -- * test : test_backlight.jal > -- > > enable_digital_io() -- disable analog I/O (if any) > > ;@jallib section chipdef > -- chip setup > include 16f648a As you see the call to enable_digital_io() is ahead of the include of the device file. I don't think this can be caused by the troublesome behaviour of Jallib with me. There was another error: > 16f648a_backlight.jal:76: "lcd_bl_direction" not defined It seems you didn't test this lib with the 16F648A board. Please explain... Seb, I don't understand why Jallib behaves so badly with me. I also tried to create html files, but then it told me cheetah wasn't installed.... I have not found an indication it should be. And what about pthreads? Regards, Rob. -- Rob Hamerling, Vianen, NL (http://www.robh.nl/) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
