Hi.
I'm trying to compile some new code on a Xubuntu Linux machine.
I've modified the relatively newer makefile in:
http://team997.org/files/software/Makefile
I've modified it according to my needs and it all seemed to work well,
until I tried to remove the intermediate files . when it tries to
complie the source files, it can't get the headers from the include
dir of mcc even tough the path seems right.
I've checked and the syntax used by the Makefile is /i <path> while
mmc18.exe expects -I="<path>".
I tried to change the makefile anyway I thought might work, but could
not get it to work, so I gave up and
I've made a script shell, and it works, but since I'm unfamiliar with
the tricks of Linux shell, it's butt ugly (with lot's of lines like
this: wine c:/mcc18/bin/mcc18.exe -p=18f8722 -I="c:\mcc18\h"
"ifi_frc.c" -fo="ifi_frc.o" -k -mL -Ou- -Ot- -Op- -Or--Od- -Opa-)
So please Chief Delphi! pimp my script!