Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

SimulIDE_1.0.0-RC3_Win64 and MPLAB 6.05

2 posters

Go down  Message [Page 1 of 1]

1SimulIDE_1.0.0-RC3_Win64 and MPLAB 6.05 Empty SimulIDE_1.0.0-RC3_Win64 and MPLAB 6.05 Thu Mar 09, 2023 10:37 pm

ci@telemack.net



Hello,
Compiling with MPLAB 6.05 on windows needs slight modifications, as obviously /opt won't do a great job here :-) - also we need the .exe.

I was wondering if there was a way to escape the windows path like in "Program files" other than using windows short name.
See xml attached
Attachments
SimulIDE_1.0.0-RC3_Win64 and MPLAB 6.05 Attachmentmplabx_12f.txt
You don't have permission to download attachments.
(2 Kb) Downloaded 3 times



Last edited by ci@telemack.net on Thu Mar 09, 2023 10:42 pm; edited 3 times in total (Reason for editing : add xml file)

arcachofo

arcachofo

Hi.

Yes. you need to edit files in data/codeeditor/compilers/compilers/ to match your system or create new ones.
But seems that you already did it.

ci@telemack.net



Thanks for the quick reply and confirmation ;-)
I guess using escape quote is more safe after all :

-mdfp="D:/Program Files/Microchip/MPLABX/v6.05/packs/Microchip/PIC10-12Fxxx_DFP/1.5.61/xc8"

arcachofo

arcachofo

I guess using escape quote is more safe after all :

-mdfp="D:/Program Files/Microchip/MPLABX/v6.05/packs/Microchip/PIC10-12Fxxx_DFP/1.5.61/xc8"
Yes, that should work.
Have you tried to use single quotes?

ci@telemack.net



It truncates the path with single quote.

mdfp='D:/Program Files/Microchip/MPLABX/v6.05/packs/Microchip/PIC10-12Fxxx_DFP/1.5.61/xc8'

->

::: error: (1180) directory "D:/Program" does not exist

arcachofo

arcachofo

It truncates the path with single quote.
Good to know, thanks.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum