Apologies for posting to this forum - on AVRX (the RTOS). Not much activity in the Yahoo forum for AVRX. And I did search all of avrfreaks before posting this request for help:
I'm sure someone has a solution for this common problem:
My environment
Windows XP
WinAVR 20050214
AVRX makefile - I changed the pathname to be that of where I have AVRX
when I do "make gcc" I get errors for the constants associated with
the UART, from the serialio.s module. Such as line 167 "constant
required".
I see that GCC has the correct AVR chip: atmega32 in lower case.
I changed line 2 of the avrx-io.h file to work with WinAVR:
#if !defined(__IAR_SYSTEMS_ICC__) && !defined(__IAR_SYSTEMS_ASM__)
#include
#else
#include
#endif