Error 2 while building project in eclipse

922 Views Asked by At

16:22:14 **** Incremental Build of configuration Default for project ccsds-compression.git.old **** make all
'Building file: ../../src/AC_Coding.c' sparc-leon3-none-gcc.exe -c -O3 -pedantic -Wall -msoft-float -mcpu=v8 -mtune=leon -Wno-long-long -funroll-loops -fmessage-length=0 -std=c99 -I. -I....\src -o AC_Coding.o ../../src/AC_Coding.c process_begin: CreateProcess((null), sparc-leon3-none-gcc.exe -c -O3 -pedantic -Wall -msoft-float -mcpu=v8 -mtune=leon -Wno-long-long -funroll-loops -fmessage-length=0 -std=c99 -I. -I....\src -o AC_Coding.o ../../src/AC_Coding.c, ...) failed. make (e=2): The system cannot find the file specified.
make: *** [AC_Coding.o] Error 2

I am receiving this error when building the project. Could someone guide me as to how I should resolve this?

0

There are 0 best solutions below