On Sun, 2013-02-17 at 21:29 +0100, Erlo Haugen wrote:
> > I can’t find out something like error message explanation in SDCC
> > Compiler User Guide.
> >
> >
> > What’s wrong with those error messages?

The quote underneath is from the source code download
page of the freertos.org website :

"Silicon Labs SDCC ports

Unfortunately these will not work with the latest compiler
versions. The compiler version used to generate the port
is now rather old, but is stated on the port documentation
page."


My suspicion is that the processor specific header you are
using is not correct. Further more, please show us all the
information we need to help you, like compiler version, the
source code triggering the error, the error message (you did).
And best is a small example of minimal code that still
triggers the error.

But I think that if you use the correct processor specific
header file the mentioned errors will be gone.

I downloaded the source code of freertos v7.3.0 and got the
same errors as you mentioned when compiling, I fixed the header
file c8051f120.h and they were gone (read replaced with new
different errors).

I hope this helps.

roelof



------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to