List of Resolved Bugs

General discussion on mikroC.
Author
Message
User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Bug 07003005: Initialization of local static aggregates

#46 Post by rajkovic » 01 Feb 2008 12:21

Bug ID: #07003005
Submitted by: Darryl Stewart

Severity: Minor(affects mikroC v7.0.0.3 )
Status: solved from v.8.0.0.0
are performed as they are not static.


Workaround: Use globals instead local static if you need local static to be initialized
-

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Bug 07003002: HID library bug for p18Fjxx5x family

#47 Post by rajkovic » 01 Feb 2008 12:22

Bug ID: #07003001
Submitted by: rajkovic

Severity: Minor(affects p18FJxx5x, mikroC v7.0.0.3 )
Status: solved from version v.8.0.0.0
Description:
Hid library for p18FJxx5x in v7.0.0.3 does not work.
Only FJ family is affected.

Workaround:
None.
-

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Bug 07003001: SoftI2C library bug

#48 Post by rajkovic » 01 Feb 2008 12:23

Bug ID: #07003001
Submitted by: rajkovic

Severity: Major(affects P18 familly, mikroC v7.0.0.3 )
Status: solved from v.8.0.0.0

Description:
SoftI2C library for P18 familly contains bad initialization section.

Workaround:
Download fixed library at http://www.mikroe.com/upld/soft_i2c.rar.
Last edited by rajkovic on 01 Feb 2008 12:24, edited 1 time in total.

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Bug 07003000: duplicated labels JMPSETFOV32

#49 Post by rajkovic » 01 Feb 2008 12:23

Bug ID: #07003000
Submitted by: drwasilko...

Severity: Major(affects mikroC v7.0.0.3 )
Status: solved from v.8.0.0.0

Description:
Math libraries for floating point types(math_double.mcl) contains duplicated labels.

Workaround:
None. Download modified math library.
http://www.mikroe.com/upld/mikrocv7003_ ... update.rar

User avatar
rajkovic
mikroElektronika team
Posts: 694
Joined: 16 Aug 2004 12:40

Bug ID: #08000000

#50 Post by rajkovic » 05 Mar 2008 12:24

Bug ID: #08000000
Submitted by: pwdixon

Severity: Moderate, pic16/18 family, mikroC 8.0.0.0
Status: Solved from mikroC 8.1.0.0

Description:
Bug is related to static variables initialization in interrupt or function that has directly or indirectly been called by interrupt.
and will cause error: 'Calls of interrupt not allowed'

Bug is located and fixed.

workaround:
Move all local static variables that are initialized in interrupts or functions that are called by interrupt to be global static variables.
-

Post Reply

Return to “mikroC General”