Page 2 of 5

Re: Error in Chibisutdio

Posted: Sat Mar 05, 2016 11:25 pm
by smjh1371
and again there are two icons for running Eclipse , GCC 4.7 and 4.9 which one should I open? by the way I think I got that error again and problem is not solved!

Re: Error in Chibisutdio

Posted: Sun Mar 06, 2016 9:52 am
by Giovanni
You can use both.

Please follow the video guides here: http://www.playembedded.org

Giovanni

Re: Error in Chibisutdio

Posted: Sun Mar 06, 2016 1:27 pm
by smjh1371
I did follow the videos but i get the errors again. I want to do the ball balancing project that I think you know about it. I talked a lot with Mr D'Onofrio but still there are some ambiguous points for me in this project!

Re: Error in Chibisutdio

Posted: Mon Mar 21, 2016 7:28 am
by smjh1371
hi again please tell me how to solve this error

Description Resource Path Location Type
make: *** No rule to make target `../../chibios/os/ports/GCC/ARMCMx/rules.mk'. Stop. BallBalancing_ChibiOSRT C/C++ Problem

Re: Error in Chibisutdio

Posted: Mon Mar 21, 2016 9:00 am
by Giovanni
Hi,

That path is not correct.

Solution: fix the path.
Hint1: the path is relative to the project root.
Hint2: change the relative path (../..) in the project Makefile.

Giovanni

Re: Error in Chibisutdio

Posted: Mon Mar 21, 2016 12:12 pm
by smjh1371
I fixed the path but again there exists the error. I downloaded the latest version 17.7. I copied the project file into the workspace26 so the path in makefile is CHIBIOS=../../chibios26 ,yes???

Re: Error in Chibisutdio

Posted: Mon Mar 21, 2016 9:14 pm
by Giovanni
The path looks correct but obviously you have a paths problem.

Giovanni

Re: Error in Chibisutdio

Posted: Tue Mar 22, 2016 11:10 am
by smjh1371
I also used ChibiStudio 4.7z thinking that the project may be compatible with older versions but again the same error occurred !!

Re: Error in Chibisutdio

Posted: Wed Mar 23, 2016 1:10 pm
by smjh1371
hi again I used chibistudio 4.7 this time I get this error

Description Resource Path Location Type
make: *** No rule to make target `../ChibiOS-RT/os/ports/GCC/ARMCMx/crt0.c', needed by `build/obj/crt0.o'. Stop. BallBalancing_ChibiOSRT C/C++ Problem

what is it and how can I solve it?

Re: Error in Chibisutdio

Posted: Wed Mar 23, 2016 1:39 pm
by Giovanni
Question, are you able to compile the demos included in ChibiStudio? if so then check your paths because I cannot imagine what is possibly wrong in your setup.

That message means that make has not found that file in the specified location relative to the project root.

Giovanni