Problem with mikromedia-4-pic32mx7-examples-v100

General discussion on mikroC PRO for PIC32.
Post Reply
Author
Message
q3services
Posts: 24
Joined: 08 Sep 2017 07:13

Problem with mikromedia-4-pic32mx7-examples-v100

#1 Post by q3services » 24 Sep 2018 14:43

Dear sir,

i have been purchased mikromedia-4-pic32mx7. i downloaded mikromedia-4-pic32mx7-examples-v100 from website.
i m using mikroc pro for pic32 version4.0.0.
i m unable to compile this example. get lots of error msg regarding fat32 ,ethernet etc.
i also try to add library but still not solved.
is it need any specific version to compile this example?

Thank you for helping.

User avatar
petar.suknjaja
mikroElektronika team
Posts: 683
Joined: 05 Mar 2018 09:44
Location: Belgrade

Re: Problem with mikromedia-4-pic32mx7-examples-v100

#2 Post by petar.suknjaja » 25 Sep 2018 15:57

Hi,
Could you send us the screenshot of the errors?
Kind regards,
Petar

q3services
Posts: 24
Joined: 08 Sep 2017 07:13

Re: Problem with mikromedia-4-pic32mx7-examples-v100

#3 Post by q3services » 26 Sep 2018 03:38

Dear sir,
Thank you for response.
Attachments
errors.png
errors.png (40.56 KiB) Viewed 1596 times

User avatar
petar.suknjaja
mikroElektronika team
Posts: 683
Joined: 05 Mar 2018 09:44
Location: Belgrade

Re: Problem with mikromedia-4-pic32mx7-examples-v100

#4 Post by petar.suknjaja » 26 Sep 2018 14:11

Hi,
The problem is usually because this example was compiled with older versions of the library.

For the issue with Ethernet example try downloading the Network Ethernet library from the libstock:

https://libstock.mikroe.com/projects/vi ... et-library

For the FAT32 problem - download the latest FAT32 library
https://libstock.mikroe.com/projects/vi ... 32-library

In Package Manager, uninstall the old library first then install the package.
Copy the __Lib_FAT32.h file from the C:\Users\Public\Documents\Mikroelektronika\mikroC PRO for PIC32\Packages\FAT32 Library\Uses to the project folder and replace the old one file.

After that, Recompile all sources with ALT+F9 and it should compile without errors.




Kind regards,
Petar

q3services
Posts: 24
Joined: 08 Sep 2017 07:13

Re: Problem with mikromedia-4-pic32mx7-examples-v100

#5 Post by q3services » 27 Sep 2018 06:02

Thank you petar sir.

I followed your instructions.
but still find following error.
Attachments
errors.png
errors.png (32.94 KiB) Viewed 1578 times

User avatar
petar.suknjaja
mikroElektronika team
Posts: 683
Joined: 05 Mar 2018 09:44
Location: Belgrade

Re: Problem with mikromedia-4-pic32mx7-examples-v100

#6 Post by petar.suknjaja » 27 Sep 2018 09:39

I guess you have done the same thing as I have suggested to you.
Try to Rebuild All Sources with Alt+F9.
Check if the Network_Ethernet_Internal and Network_Ethernet_Defs are ticked in Library manager.
Post screenshot of the Search Paths window here.

Post Reply

Return to “mikroC PRO for PIC32 General”