I've installed the FreeRTOS SDK tool chain package (v1.0) and Eclipse version 2022-12 (4.26.0) on a clean/new Win10 laptop but I'm faced with a build error.:-
10:59:06 **** Incremental Build of configuration Debug for project da16200 ****make all make: unknown option -- no-print-directoryBusyBox v1.36.0.git (2023-01-29 16:36:13 UTC)
Usage: make [--posix] [-C DIR] [-f FILE] [j NUM] [-eiknpqrsSt] [MACRO[::]=VAL]... [TARGET]...
Maintain files based on their dependencies
--posix Enforce POSIX mode -C DIR Change to DIR -f FILE Makefile -j NUM Jobs to run in parallel (not implemented) -e Environment variables override macros in makefiles -i Ignore exit status -k Continue on error -n Dry run -p Print macros and targets -q Query target; exit status 1 if not up to date -r Don't use built-in rules -s Make silently -S Stop on error -t Touch files instead of making themmake: *** [makefile:121: all] Error 1"make all" terminated with exit code 2. Build might be incomplete.
10:59:11 Build Failed. 1 errors, 0 warnings. (took 5s.101ms)
I've not found a solution on the web. Can you help?
I notice that during the install the text advised be that the install would require 3GB of HDD space! That's a lot of bloat!
I have another laptop - Win11 with Arm tools already installed but that also fails - in more interesting ways.- builds the DA16200.elf file but then fails with unable to find the file specified. I can grab logs and post here if I'm unable to get this machine building - I'm hoping to be able to find which tool it's looking for from a working buiild.
Thanks.
Keith_CQ.
Hi All,Apologies for the delay.Our team has solved this compatibility issue. The script for installing the toolchain has been updated. Please re-install the toolchain below.Also, the build tools in the…
The build now works for me on Windows 10 22H2 and Eclipse 2023-03. Thank you, Renesas!
The build now works for me on Windows 11 ver.21H2 and Eclipse 2023-03 (4.27.0).
Thank you so much, Renesas Team!!