digiad
Newbie level 5
- Joined
- Apr 6, 2014
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 117
Hi all,
I am using Microchip's dsPIC30F6014A for speech recognition. I am trying to implement speech recognition without using dsPIC demo board. I compiled demo code given by microchip website on MPLAB IDE. However build is failed due to the error like
SR_Lib.h:81: error: conflicting types for 'WREG0'
c:/program files/microchip/mplab c30/bin/bin/../../support/dsPIC30F/h/p30f6014.h:65: error: previous declaration of 'WREG0' was here
same error is valid also for WREG1 and WREG2
Why I am getting such type of error ? Have you experienced such error while you are compiling the same demo code on MPLAB IDE?
I thought that since it is the demo code given by the microchip company itself, normally there should not be any error while compiling. Do you agree with that?
Thanks in advance.
I am using Microchip's dsPIC30F6014A for speech recognition. I am trying to implement speech recognition without using dsPIC demo board. I compiled demo code given by microchip website on MPLAB IDE. However build is failed due to the error like
SR_Lib.h:81: error: conflicting types for 'WREG0'
c:/program files/microchip/mplab c30/bin/bin/../../support/dsPIC30F/h/p30f6014.h:65: error: previous declaration of 'WREG0' was here
same error is valid also for WREG1 and WREG2
Why I am getting such type of error ? Have you experienced such error while you are compiling the same demo code on MPLAB IDE?
I thought that since it is the demo code given by the microchip company itself, normally there should not be any error while compiling. Do you agree with that?
Thanks in advance.