Page 1 of 1

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

Posted: Thu Mar 11, 2021 7:20 am
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

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

Posted: Thu Mar 11, 2021 8:52 am
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.

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

Posted: Thu Mar 11, 2021 12:37 pm
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

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

Posted: Thu Mar 11, 2021 12:38 pm
by SpeedPIC32
Danke