Reg: How to use Batch file Makefile instead of Tasking Compiler Makefile

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User13898
Level 1
Level 1
Dear All,

Thanks For Your support.

My issue:Basically we using Batch file Compilation(Tasking Compiler,Micon:TC39XX),Now we need to migrate to Tasking Compiler IDE.
Here we facing cant able to locate the Makefile instead of Batch file Compilation(Make file).It always execute the default makefile automatically generated in Tasking IDE.
Kindly Suggest how to replace Makefile in Tasking IDE(Eclipse Based).

Regards,
Chandrasekar
0 Likes
1 Reply
User13836
Level 6
Level 6
50 likes received 50 solutions authored 100 sign-ins
Hello Chandrasekar,

I'm not sure if I got what you would like to do. If it's about using a custom created makefile which is processed by a different make tool than the amk.exe make which is the TASKING tools make used in the TASKING tools Eclipse environment, then you can enter this in the Eclipse menu:

Project >> Properties >> C/C++ Build

in the 'Builder Settings' tab after the checkbox 'Use default build command' has been disabled.

4569.attach

Make sure the checkbox 'Enable parallel build' has been disabled in the tab named 'Behavior' before. Otherwise the eclipse will add the -j option to the makefile invocation.

4570.attach

Best regards,
Ulrich Kloidt

TASKING tools support
0 Likes