__Lib_Glcd.c' not found

Beta Testing discussion on mikroC PRO for AVR.
Post Reply
Author
Message
picmicroman
Posts: 167
Joined: 24 Jan 2006 00:59

__Lib_Glcd.c' not found

#1 Post by picmicroman » 28 Dec 2008 21:48

MikroC 1.35

Code: Select all

0 1 mikrocAVR.exe -MSF -DBG -pATMEGA16 -C -O11111114 -fo4 -N"C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Examples\Development Systems\EasyAVR5A\Glcd\Glcd.mcpav" -SP"C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Defs\" -SP"C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Uses\LTE64KW\" -SP"C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Examples\Development Systems\EasyAVR5A\Glcd\" "Bitmap.c" "Glcd.c" "__Lib_Math.mcl" "__Lib_MathDouble.mcl" "__Lib_System.mcl" "__Lib_Delays.mcl" "__Lib_GlcdFonts.mcl" "__Lib_Glcd.mcl"


gives the following:

0 340 File 'C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Uses\LTE64KW\__Lib_Glcd.c' not found

It compiles for 8MHz, but gives the above messages when trying to compile for 4MHz, or other clocks.
[b][color=Blue]Pic[/color][color=Red]Micro[/color][color=Green]Man[/color][/b]

User avatar
marko.ziv
mikroElektronika team
Posts: 530
Joined: 06 Dec 2007 10:11
Contact:

#2 Post by marko.ziv » 29 Dec 2008 11:10

Hi,

we were able to verify this. There will be an update in form of downloadable mcl files which will be copied in compilers Uses folder.
Mcl files are newly compiled and will not have the issue you were talking about.
There will be announcement on official mikroC PRO for AVR Bug List section of this forum.

Regards

picmicroman
Posts: 167
Joined: 24 Jan 2006 00:59

#3 Post by picmicroman » 29 Dec 2008 12:01

Is it an error in C code or the compilation was from the previous version for this *.mcl file. I'd like to understand what the problem was.
[b][color=Blue]Pic[/color][color=Red]Micro[/color][color=Green]Man[/color][/b]

User avatar
marko.ziv
mikroElektronika team
Posts: 530
Joined: 06 Dec 2007 10:11
Contact:

#4 Post by marko.ziv » 29 Dec 2008 16:01

Hi,

mistakenly we left inline delays in the library, so the compiler requested source code to rebuild it when you changed the crystal.
Thus the
0 340 File 'C:\Program Files\Mikroelektronika\mikroC PRO for AVR\Uses\LTE64KW\__Lib_Glcd.c' not found

error. This has been fixed all you have to do is to download small patch and it will fix the problem. It is located on our mikroC PRO for AVR Bug List.
http://www.mikroe.com/forum/viewtopic.php?t=17842

Regards

picmicroman
Posts: 167
Joined: 24 Jan 2006 00:59

#5 Post by picmicroman » 29 Dec 2008 16:24

This is not a compiler bug. This is good to know/ and for others to know.

It works now as it is expected.
[b][color=Blue]Pic[/color][color=Red]Micro[/color][color=Green]Man[/color][/b]

Post Reply

Return to “mikroC PRO for AVR Beta Testing”