make: Nothing to be done for `all'.

Discussions and support about ChibiStudio, the free development environment for ARM.
mallikarjun
Posts: 2
Joined: Wed Feb 07, 2018 6:35 am

make: Nothing to be done for `all'.

Postby mallikarjun » Wed Feb 07, 2018 6:50 am

Hi,

Today I am register into Chibios forum

I have installed JRE, GCC, Eclipse Luna and ChibiStudio

I am new to chibi OS after installed tested one sample code, which giving following statement and problems.

In console i getting this statment
make: Nothing to be done for `all'.
In problem window I am getting these statment.
Description Resource Path Location Type
make: *** No rule to make target `../../../os/common/ports/ARMCMx/compilers/GCC/rules.mk'. Stop. Chibi1 C/C++ Problem

Then i have cheked un-resloved option there were 3 unresloved files found
Unresolved inclusion: ch.h
Unresolved inclusion: hal.h
Unresolved inclusion: test.h

Then I hve shown the PATH in C/C++ General->Paths and Symbols->Library paths
as I putted like
C:\ChibiStudio_Preview19 (1)\ChibiStudio\chibios161\os\hal\include\hal.h
C:\ChibiStudio_Preview19 (1)\ChibiStudio\chibios161\os\rt\include\ch.h
C:\ChibiStudio_Preview19 (1)\ChibiStudio\chibios161\test\rt\test.h

mallikarjun
Posts: 2
Joined: Wed Feb 07, 2018 6:35 am

Re: make: Nothing to be done for `all'.

Postby mallikarjun » Wed Feb 07, 2018 6:51 am

after doing this when i build again I am getting same problem.

User avatar
RoccoMarco
Posts: 655
Joined: Wed Apr 24, 2013 4:11 pm
Location: Munich (Germany)
Has thanked: 83 times
Been thanked: 67 times
Contact:

Re: make: Nothing to be done for `all'.

Postby RoccoMarco » Wed Feb 07, 2018 8:27 am

Hello,
most likely you haven't installed properly the toolchain. You can find a detailed walk-through here
Ciao,
RM

steved
Posts: 823
Joined: Fri Nov 09, 2012 2:22 pm
Has thanked: 12 times
Been thanked: 135 times

Re: make: Nothing to be done for `all'.

Postby steved » Wed Feb 07, 2018 9:36 am

If a demo project has been copied into a workspace, then its necessary to modify the makefile with the correct path to the chibios libraries; for example:

Code: Select all

CHIBIOS = ../../ChibiOS_17.6.3

Then 'Clean' and remake.


Return to “ChibiStudio”

Who is online

Users browsing this forum: No registered users and 3 guests