Eclipse problems


Sorry, but I find no solution to these problems. I think it’s Eclipse configuration but can not find out. Can you help. thanks.

The most interesting error message there is “Program ‘gcc’ is not found in $PATH”. If you configured Eclipse correctly, it would just be running make and it would not be looking for GCC. It looks like you have configured Eclipse to generate its own Makefile or something like that. Please try setting up Eclipse again, by carefully following the instructions in the user’s guide. Pay particular attention to Step 7:
pololu.com/docs/0J46/10.c

If you can’t get Eclipse to work you can always just go to the command line and type “make” inside the Wixel SDK directory.

–David