Page 5 of 5

Re: Error in Chibisutdio

Posted: Fri Apr 08, 2016 11:08 am
by Giovanni
smjh1371 wrote:do I need to install arm-gnu toolchain and yagarto tools for the version 17 or they're already there ?
there are no special settings for win 8.1 ? I'm getting the errors I asked again and again and nothing works!!!!!


You don't need to install anything, it is supposed to work out-of-box.

I don't know why it does not work for you but it woks for the rest of the planet, I already suggested all the known causes of problems and I am out of ideas now.

My final recommendation: try installing it on another PC.

Giovanni

Re: Error in Chibisutdio

Posted: Fri Apr 08, 2016 11:53 am
by smjh1371
I tried it on another PC ! the same problem

Re: Error in Chibisutdio

Posted: Fri Apr 08, 2016 5:38 pm
by smjh1371
I don't get it . Sometimes I get this error

make: *** No rule to make target `../../chibios/os/ports/GCC/ARMCMx/rules.mk'. Stop. BallBalancing_ChibiOSRT C/C++ Problem
and sometimes I get this one

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

and also

make: *** No rule to make target `BallBalancing_ChibiOSRT_scd.mk'. Stop. BallBalancing_ChibiOSRT [Discovery Options] page in project properties C/C++ Problem


?????????

Re: Error in Chibisutdio

Posted: Wed May 03, 2017 11:29 pm
by access777
Hello!
I have the same trouble. I'm nub. I have the project made for Chibios267 ver and 10 ver of the Chibistudio.
I have try to compile my proj in the latest ver of the Chibistudio
- The project correctly compiles in the old ver of the Chibistudio
- I correctly unpack the new ver, 17 of the Chibistudio
- I have made an import of the proj into 26 workspace
- I made the 26 workspace as an actual in the file menu
- I have corrected mk file
But I have the trouble... May be there is in 267 ver project is an another file should be corrected with the path, not only Makefile?
Screenshot_3.jpg

Screenshot_2.jpg

Screenshot_1.jpg

Re: Error in Chibisutdio

Posted: Thu May 04, 2017 11:31 am
by access777
My problem was solwed by folowing the adwise
"Project properties then do "Restore Defaults" on everything under C/C++."

Re: Error in Chibisutdio

Posted: Mon May 15, 2017 10:10 pm
by access777
Hello!
The problem was NOT solved in previous way!!! It's my fault, but I have correct the mistake.
The problem has fixes in crt0.o.d file that was in my project from examples of an old version Chibios

All files in the .dep folder of the source project have the old path to the files '...Chibistudio\Chibios...' and should be edited for correct compiling.
I'm a nub. I've just found the problem. So may be somebody can offer more easy way?
So, that's all. If it's possible, I have a wish - to have a reliable tool to make a new pojects without copy-pasting of examples...
Screenshot_1.png

Screenshot_2.png

Re: Error in Chibisutdio

Posted: Tue May 16, 2017 8:19 am
by Giovanni
Hi,

If you have a 2.6 project you need to switch to the 2.6 workspace in ChibiStudio and import your project there, the default workspace is for 16.1 projects.

Files in .dep are generated during compilation, you are not supposed to edit those. Do a "clean" and .dep will be erased.

Giovanni

Re: Error in Chibisutdio

Posted: Tue May 16, 2017 3:16 pm
by access777
Thanks a lot!
Yes, after build folder cleaning the project compiles Ok
Screenshot_3.png