xc32-gcc.exe: error: Projekte\.: No such file or directory

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
SpeedPIC32
Posts: 261
http://meble-kuchenne.info.pl
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

xc32-gcc.exe: error: Projekte\.: No such file or directory

Post by SpeedPIC32 »

hello benj,

Flowcode 9 has a problem. :arrow:
It does not remember any directories.
as soon as I save a working project in another directory this error message comes up.
This error message also comes when I create the project in any directory.
it cannot be that such a modern software has such a fundamental problem ...... :evil: :evil: :evil:

another mistake
In the window of the USB chip selection the information about which PIC has a USB interface is incorrect.
For example, PIC32MX470F512 has USB

Kind regards
Attachments
USB Matrix_error.txt
(1.21 KiB) Downloaded 351 times
USB Matrix.txt
(5.8 KiB) Downloaded 406 times

Steve-Matrix
Matrix Staff
Posts: 1465
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 204 times
Been thanked: 347 times

Re: xc32-gcc.exe: error: Projekte\.: No such file or directory

Post by Steve-Matrix »

There is a fix to Flowcode that should resolve the issue with file locations, but it's not quite ready for release yet.

In the meantime, this might fix your issue. You will need to edit this file:

Code: Select all

C:\Program Files (x86)\Flowcode\Compilers\pic32\batch\PIC32compCDC.bat
Find the line that looks like this:

Code: Select all

@SET MX_HEADERS=-I%MX_SRCDIR%. -I%MX_CAL_USB% -I%MX_HARMONY% -I%MX_HARMONY%\framework
And put quotes around the -I entries as follows:

Code: Select all

@SET MX_HEADERS=-I"%MX_SRCDIR%." -I"%MX_CAL_USB%" -I"%MX_HARMONY%" -I"%MX_HARMONY%\framework"
Please let us know if this works.

SpeedPIC32
Posts: 261
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

Re: xc32-gcc.exe: error: Projekte\.: No such file or directory

Post by SpeedPIC32 »

hi, yes it works.
Isn't something like that tested by you?
I took the trouble to install and test everything on a second computer.

Kind regards
SpeedPic32

SpeedPIC32
Posts: 261
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

Re: xc32-gcc.exe: error: Projekte\.: No such file or directory

Post by SpeedPIC32 »

Danke

Post Reply