I downloaded the shtylman plugin for eclipse on my mac. It installed fine, and even allows me to create new projects with the mcc18 toolchain.. The odd thing is that no matter what code I write, it returns no errors and no hex file upon build.
Code:
make all
Building file: ../main.c
Invoking: C18 Compiler
wine mcc18 -D_FRC_BOARD -Oi- -Om+ -On+ -Ou+ -Os+ -Ot+ -Ob+ -Od+ -Opa+ -pa=4 -Op+ -Or+ -Oa- -Ow+ -p=18F8722 -ms -w=2 -fo="main.o" "../main.c"
/bin/sh: /bin/wine: Permission denied
make: *** [main.o] Error 126
Yet when I run wine from terminal, it executes flawlessly.
Can someone point me to a linux guide for installing MCC18 under wine, and getting it to work with Eclipse? In a perfect world, another guide that could also show me how to get eclipse to load code and listen to the serial port after load!
Thanks