Hi,
When i try to build a project using one of the templates provided by RT-Druid, i get the following message:
deps:1: *** missing separator and the build stops.
I am using a previously installed cygwin on my machine. Could this be the problem ?
Thanks
Mangesh.
missing seperator during project build.
Moderator: paolo.gai
Re:missing seperator during project build.
To solve the problem you have to go in the menu
Windows->Preferences
Then RT-Druid
OIL Pic30 configurator and set
Use EE Gcc to resolve dependencies
Use EE Gcc to compile
Windows->Preferences
Then RT-Druid
OIL Pic30 configurator and set
Use EE Gcc to resolve dependencies
Use EE Gcc to compile
Re:missing seperator during project build.
Exact
The problem is related to the fact that probably you have an expired license of the C30 student compiler.
When the license is expired, the compiler prints out a message on standard output.
Erika uses the option of the gcc compiler to generates the dependency files, which outputs to standard output.
When you compile with an expired license, then the expired license message simply corrupts the compiler output ...
The issue can be solved using the C30 compiler recompiled from microchip sources (currently of the series 2.0x)
Bye,
PJ
The problem is related to the fact that probably you have an expired license of the C30 student compiler.
When the license is expired, the compiler prints out a message on standard output.
Erika uses the option of the gcc compiler to generates the dependency files, which outputs to standard output.
When you compile with an expired license, then the expired license message simply corrupts the compiler output ...
The issue can be solved using the C30 compiler recompiled from microchip sources (currently of the series 2.0x)
Bye,
PJ