Lainaus Dave Baxter <[EMAIL PROTECTED]>:

>
> When I try a build (existing code from another environment) I get a
> message to the extent that a processor has not been defined, and to use
> -pPROCESSOR_NAME etc, to set it, and a long list of supported types,
> including the one I want (16F877)

Personally I don't know of any other way than to specify it on the command line.
The "-mpic14" seems to have been chosen though...?
For example:

sdcc -mpic14 -p16f690 target.c

...and then of cource #include the proper header files, like pic16f877.h or
something like that.



BR, Robert
--
[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to