hello,
i downloaded the sources of a.dannenberg from the texas-website.
in this package is a msp430x1xx.h
when i compile the sources using this header-file i get the compiler error, that “sfrb” and “sfrw” is not defined. what the hell is sfrb? and where do i have to define this?
when compiling them with the icc430 using the msp430x1xx.h that is shipped with the compiler i get these compiler errors:
C:\Programme\mspicc\bin\imakew -f easyweb.mak
icc430 -c -IC:\Programme\mspicc\include\ -IC:\download\easywebsource -e -l -g -Wf-hwmult C:\download\easywebsource\webside.c
icc430 -c -IC:\Programme\mspicc\include\ -IC:\download\easywebsource -e -l -g -Wf-hwmult C:\download\easywebsource\easyweb.c
!E C:\download\easywebsource/cs8900.c(86): lvalue required
!E C:\download\easywebsource/cs8900.c(196): lvalue required
!E C:\download\easywebsource/tcpip.h(249): syntax error; found void' expecting
;’
!E C:\download\easywebsource/tcpip.c(802): lvalue required
!E C:\download\easywebsource/tcpip.c(887): syntax error; found void' expecting
;’
!E C:\download\easywebsource\easyweb.c(90): type error in argument 2 to memcpy'; found
pointer to const unsigned char’ expected `pointer to void’
C:\Programme\mspicc\bin\imakew.exe: Error code 1
Done: there are error(s). Exit code: 1
can anybody help me please?
greets, xray