compcode command not found
Posted: Tue Jan 07, 2025 12:03 pm
I am using NANO and Eclipse 3.5.0 (not command line) on Windows, and I am encountering the exact same issue described in this post: viewtopic.php?p=13875&hilit=compcode#p13875. Despite following all the suggestions in the post, I haven't been able to resolve the issue. The project built successfully for me before, but I’m not sure why it suddenly stopped working.
And then I imported the example TCP\TcpServerSimple and successfully built it with the target platform set to MODM7AE70. However, when I switch the target platform to either NANO or MOD5441X, I encounter a "compcode" error in the build console.
And then I imported the example TCP\TcpServerSimple and successfully built it with the target platform set to MODM7AE70. However, when I switch the target platform to either NANO or MOD5441X, I encounter a "compcode" error in the build console.
Invoking: GNU C/C++ Linker
Finished building: abc.elf
Invoking: GNU Objcopy
Finished building: abc.s19
Building target: abc.bin
Invoking: NB Compcode
/1.0/bin/sh: compcode: command not found
make: *** [makefile:73: abc.bin] Error 127
"make -j8 all" terminated with exit code 2. Build might be incomplete.