Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
I'm compiling MCU-Plus-SDK for AM62x ver 09.02.01.06 under windows10 64bit environment.
I installed several packages under my environment and after that I built by using following command.
$ gmake -sj4 all
Then, I got following error.
----
Linking: am62x:a53ss0-0:freertos:gcc-aarch64 gpio_led_blink.release.out ...
.
.
Linking: am62x:a53ss0-0:freertos:gcc-aarch64 gpio_led_blink.release.out ...
Linking: am62x:a53ss0-0:freertos:gcc-aarch64 gpio_led_blink.release.out ...
collect2.exe: fatal error: CreateProcess: No such file or directory
compilation terminated.
makefile:164: recipe for target 'gpio_led_blink.release.out' failed
gmake[3]: *** [gpio_led_blink.release.out] Error 1
----
From above, it seems that kind of error of command line length limitation of windows envirnment.
However, I'm not sure which library cause this issue.
Do you have any solution to avoid this ?
Best Regards,