Hi Ian and Kevin
I'm helping Dan Steingart modify the Cee. I have had a couple problems that I hope you can help me out with.
1. when I downloaded the eagle files to play with the hardware there seems to be an inconsistency with the board and the schematic. The error I get is that part OPA-A and B have inconsistent packages in the board and the schematic... To try and make the packages consistent takes some time ( I don't mind doing this but I'm assuming it has already been done and I've messed up somehow? ) I am running eagle 6.5.0
2. when following the steps to customize the firmware I receive an error while compiling. The error reads:
Compiling C: main.c
avr-gcc -c -mmcu=atxmega32a4 -I. -g -DF_CPU=32000000UL -DF_USB=48000000UL -D __AVR_ATxmega32A4U__ -DBOARD=BOARD_ -DARCH=ARCH_XMEGA -D USB_MAXEP=2 -D USB_EP0SIZE=64 -I usb -D'HW_VERSION=1.0' -D'FW_VERSION=1.3a' -D'GIT_VERSION=ebdffb2a2848da1d' -O3 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -fno-strict-aliasing -Wall -Werror -Wstrict-prototypes -Wa,-adhlns=./main.lst -Iusb/ -std=gnu99 -MMD -MP -MF .dep/main.o.d main.c -o main.o
In file included from cee.h:14:0,
from main.c:14:
/usr/lib/gcc/avr/4.5.3/../../../avr/include/avr/power.h:404:27: error: '#' is not followed by a macro parameter
make: *** [main.o] Error 1
Please let me know if you have any ideas.
Thanks,
Dan D