2015-03-31 05:41 AM
Hi there,
I have SPC5 studio installed and I updated all the components available (so my core and app wizard are 3.4.3). I am trying to run OS-less CAN test application from the wizard, having chosen the EVB I have (the SPC560BADAPT144S), and it won't compile out of the box.I get make: *** No rule to make target `all'. The standard thing to do in this case would be to have eclipse generate the Makefile it needs, but the option ''generate makefiles automatically'' is grayed out in the builder setting tab of C/C++ Build in the project properties.Any advice would be appreciated.Solved! Go to Solution.
2015-04-30 01:11 AM
2015-03-31 06:02 AM
Hello gilad ,
First , you have to generate your application : The Makefile is automatically generated by SPC5Studio in clicking on the button ''Quick Generate'' (Activity Wizard) or In SPC5Studio Application (Button Generation) (Cf Screenshot) After you can build your application. No need to set the CDT (eclipse environment). Best regards Erwan ________________ Attachments : 2015-03-31_145830.png : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I0Us&d=%2Fa%2F0X0000000bZf%2FUmYnIJsPswyag6YecoaFy4PmDPY_P1.sP7XxkPiY788&asPdf=false2015-03-31 06:29 AM
Thanks Erwan, I did miss that step somehow.
After generation however, the build still fails kind of strangely. I get in the console ./components/spc560b_cxx_platform_component/lib/src/boot.s:26:0: fatal error: opening dependency file .dep/boot.o.d: No such file or directory(if I enable parallel compiling then I get this for a bunch of other files too), and looking at the boot.s file the compiler marks line 26 (right after the include boot.h) with ''fatal error: opening dependency file .dep/boot.o.d: No such file or directory''Am I missing another trivial step somewhere?2015-03-31 06:38 AM
2015-03-31 07:00 AM
I got the same result.
I do see that boot.s was generated, but there is no .dep directory in it if there should be one (also not as hidden).2015-04-02 08:18 AM
Hi,
I was able to pin down the issue - I am running on windows 8.1.When I install and run on windows 7 everything works fine.2015-04-30 01:11 AM