by leon_heller » Thu Feb 17, 2011 11:15 am
I fixed the header include problem: I needed "c:/pumpkin/salvo/inc" as the path.
I now get lots of compile errors:
../main.c:42: error: expected declaration specifiers before '_OSLabel'
../main.c:53:28: error: macro "OS_Yield" passed 1 arguments, but takes just 0
../main.c:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
etc.
The examples in the Salvo AVR distribution seem incomplete, BTW; they are missing a main function. I tried adding the one in the tutorial, but it needs a main.h file, which isn't described anywhere.
A prospective client of mine is using Salvo, hence my interest. Perhaps the paid-for version is easier to use.
Leon
Last edited by
leon_heller on Thu Feb 17, 2011 12:33 pm, edited 1 time in total.