Page 1 of 1

Rev 143 Source files not found/deleted

PostPosted: Thu Sep 27, 2012 9:13 pm
by penguin
Hi Tom,

Im using TortoiseSVN downloading your sources.
In GP Revision 143 six files were deleted:
alarms.c
alarms.h
navigation.c
navigation.h
trigger.c
trigger.h
Project loading shows missing files and thus compiling fails.
What's going wrong?

Many thanks
Rainer

Re: Rev 143 Source files not found/deleted

PostPosted: Fri Sep 28, 2012 7:03 am
by Tom
Hello,

What project file are you using? Those files have been renamed to handler_alarms, handler_navigation, ...

Re: Rev 143 Source files not found/deleted

PostPosted: Fri Sep 28, 2012 10:31 am
by penguin
Hi Tom,

Meanwhile I know, they are renamed.
My project file is the same like yours online in code section:
...trunk/Firmware/rtos_pilot/rtos_pilot.mcp
for example:
298 file_028=navigation.c
306 file_036=alarms.c
.
.
.

Changing the files in project is possible and results in compiling the project but then Link step fails:
Release build of project `...Firmware\rtos_pilot\rtos_pilot.mcp' failed.
Language tool versions: pic30-as.exe v3.25, pic30-gcc.exe v3.25, pic30-ld.exe v3.25, pic30-ar.exe v3.25
Fri Sep 28 12:23:51 2012

Thanks, Rainer

Re: Rev 143 Source files not found/deleted

PostPosted: Fri Sep 28, 2012 11:05 am
by Tom
Hello Rainer,

I haven't used MpLab 8 in a while. Could you upgrade to MpLab X? It is a lot more powerful!

Re: Rev 143 Source files not found/deleted

PostPosted: Fri Sep 28, 2012 2:40 pm
by penguin
Hi Tom,

I've upgraded to MPLabX and compiled the Firmware from .../rtos_pilot.X successful now.

Many thanks again for your help and your amazing autopilot!
Rainer