Jump to content
  • 0

Chipkit WF32


ltheoret

Question

Hi,

I am using a ChipKit WF32. Works great with the MPIDE. but when I try to compile with the Arduino ad in for Visual Studio, which I have configured to use MPIDE core.

I keep getting this error:

ld.exe:cannot open linker script file C:\Program Files (x86)\mpide-0150\hardware\pic32\cores\pic32\chipKIT-application-32MX695F512.ld: Invalid argument.

When I look at this directory, this is a partial listing:

2015-10-31 03:59 PM 75 Arduino.h

2015-10-31 03:59 PM <DIR> avr

2015-10-31 03:59 PM 10,894 binary.h

2015-10-31 03:59 PM 8,097 chipKIT-application-32MX120F032-nobootloader.ld

2015-10-31 03:59 PM 7,545 chipKIT-application-32MX120F032.ld

2015-10-31 03:59 PM 8,197 chipKIT-application-32MX250F128-nobootloader.ld

2015-10-31 03:59 PM 7,615 chipKIT-application-32MX250F128.ld

2015-10-31 03:59 PM 8,272 chipKIT-application-32MX320F128-nobootloader.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX320F128.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX340F512.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX360F512.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX440F128.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX440F256.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX440F512.ld

2015-10-31 03:59 PM 8,275 chipKIT-application-32MX460F512-nobootloader.ld

2015-10-31 03:59 PM 7,539 chipKIT-application-32MX460F512.ld

2015-10-31 03:59 PM 8,296 chipKIT-application-32MX470F512-nobootloader.ld

2015-10-31 03:59 PM 7,541 chipKIT-application-32MX470F512.ld

2015-10-31 03:59 PM 8,296 chipKIT-application-32MX795F512-nobootloader.ld

2015-10-31 03:59 PM 7,541 chipKIT-application-32MX795F512.ld

2015-10-31 03:59 PM 56,981 chipKIT-application-COMMON-MZ.ld

2015-10-31 03:59 PM 31,216 chipKIT-application-COMMON.ld

2015-10-31 03:59 PM 1,574 Client.h

 

My question is, since my ChipKit WF32 board has a 32MX695F512 chip on it and it is not listed in the list. is there one of these files that I can copy and rename to chipKIT-application-32MX695F512.ld that would satisfy the compiler, because Visual studio is a very good and powerful IDE.

Any info would be appreciated.

Luc

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Hello,

Apparently, the file you are looking for is at a different location (both in the MPIDE folder and the chipkit CORE folder).

\mpide-0150\hardware\pic32\variants\WF32

\Arduino\hardware\chipkit-core\pic32\variants\WF32

I am not sure if this will solve your issue or not.

Sergiu

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...