NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

General discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
srnet
Posts: 163
Joined: 28 Mar 2009 17:14

NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#1 Post by srnet » 30 Aug 2014 09:10

I have Mikrobasic Pro 6.4 and Package manager 3.5.0 installed.

Have installed the NMEA package from Libstock, it appears correctly as an option in Mikrobasic Library manager.

However whenever I try to compile a program with NMEA library selected, even though I am using no functions from the NMEA Library, I get the error in the title of this post.

How do I resolve this issue ?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#2 Post by filip » 02 Sep 2014 14:05

Hi,

I have not been able to reproduce this issue.
Could you please attach the project that you fail to compile ?

Regards,
Filip.

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#3 Post by srnet » 03 Sep 2014 05:42

I could attach a project, but it applies to every project.

Even happens to the LED Blink project in the Examples folder, do you want me to attache that ?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#4 Post by filip » 03 Sep 2014 14:33

Hi,

Yes, please attach this project.

Regards,
Filip.

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#5 Post by srnet » 03 Sep 2014 18:19

Attached
Attachments
Led Blinking.zip
(29.45 KiB) Downloaded 119 times

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#6 Post by filip » 04 Sep 2014 14:54

Hi,

I have recompiled both projects without any problem.
Can you please attach the screenshots of the Options\Output Settings window ?

Regards,
Filip.

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#7 Post by srnet » 04 Sep 2014 17:55

Here we go
Attachments
Clipboard01.jpg
Clipboard01.jpg (44.17 KiB) Viewed 4822 times

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#8 Post by srnet » 16 Sep 2014 18:26

So no one knows ?

Shame it would have been a very useful Library.

No reply from the Author on Libstock either.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#9 Post by filip » 17 Sep 2014 15:25

Hi,

The setting seem correct to me, I have not been able to reproduce this issue.

Regards,
Filip.

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#10 Post by srnet » 17 Sep 2014 20:36

Well if you dont get the problem with the Library, and we are both using the same library, this indicates aproblem with the Mikrobasic install or the package manager.

So how do I get support for these Mikroelectronica products please ?

Megahurts
Posts: 900
Joined: 01 Oct 2009 22:48
Location: Rocky Mountains, USA.

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#11 Post by Megahurts » 18 Sep 2014 07:02

Hi srnet,

You can try to reinstall the Library and see if that fixes it. It can not be assumed you are using the "exact" same library installation on two different PC's.
In package manager, if it says that it is already installed, select uninstall then install. I've had to do this a few times on different Libraries to fix issues.

A question also, is there a reason that you have compiler set to build as Libraries?
Try without maybe?

Best Regards, Robert.
HW: easyPIC5|PICFlash2|easyBT|smartGSM|easyGSM|PICPLC16|mmWorkStation|FT800 Eve|PIC Clicker/2|
MMBs:PIC18F,PIC33EP,PIC32|CLICKs:DAC,ADC,GPS L10,Thermo,8x8B LED,Stepper,W/B OLED,9DOF,GPS3,tRF,Hall I|

SW: mP for PIC|mB for PIC-dsPIC-PIC32|Visual-TFT|

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#12 Post by srnet » 23 Sep 2014 19:45

Uninstalling and re-installing the package made no differance.

Unticking 'build as Libraries' made no differance either.

Megahurts
Posts: 900
Joined: 01 Oct 2009 22:48
Location: Rocky Mountains, USA.

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#13 Post by Megahurts » 25 Sep 2014 16:12

Hi,

I don't have that library, but was there any instructions or indications that users had to have any variables or registers
declared in their code before the library could be used?

And have you checked the folder the library is installed to (/packages I think), to see if the file " _lib_NMEA.c" is there?
Or anywhere in your mBASIC compiler installation locations folders, if not there?

Not sure what else to check at this point, sorry, Robert.
HW: easyPIC5|PICFlash2|easyBT|smartGSM|easyGSM|PICPLC16|mmWorkStation|FT800 Eve|PIC Clicker/2|
MMBs:PIC18F,PIC33EP,PIC32|CLICKs:DAC,ADC,GPS L10,Thermo,8x8B LED,Stepper,W/B OLED,9DOF,GPS3,tRF,Hall I|

SW: mP for PIC|mB for PIC-dsPIC-PIC32|Visual-TFT|

srnet
Posts: 163
Joined: 28 Mar 2009 17:14

Re: NMEA Package - Unresolved extern _CCD2W in _lib_NMEA.c

#14 Post by srnet » 28 Sep 2014 21:12

There are some declarations to be made, they are included.

There is an example project with the package, reads a GPS and outputs to an LCD, that has the error too.

There is no _lib_NMEA.C file to be found anywhere, only a _lib_NMEA.MCL file.

Post Reply

Return to “mikroBasic PRO for PIC General”