Where can I find more information about Make utility of e2studio for CCRX project?
Stuff like subdir.mk, makefile, cDepSubCommand.tmp, etc.. don't know what exactly they are about
Is e2studio CCRX using GNU Make?
Hello, swoo.quek.e² studio (eclipse CDT builder) uses GNU make located in e2studio/Utilities folder (or <UserDir>.eclipse/com.renesas.platfrom_* folder in 64bit e² studio).CC-RX commands are invoked by make, but any commands (not only compilers) can be used.GNU make manual is here:https://www.gnu.org/software/make/manual/make.html
Eclipse drive CDT -> CDT drive GNU make(make.exe) -> GNU make drive compiler/linker commands reading makefile (with included *.mk, *.d, etc. files...)