Hi,
Am 18.09.2013 14:59 schrieb "Jim Duffy" :
> sdcc main.c -L "\Program Files\SDCC\lib\pic16" -I "\PIC\XLP 8bit Release
> Code V1.1\PIC16\xlp_menu.X\xlp_menu.X"
>
> The first error message from sdcc is:
>
> main.c:47:19: error: stdio.h: No such file or directory
>
> How do I tell sdcc where the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 22.09.2013 17:06, schrieb Rich B:
>
> I've never tried using stdio.h or printf() while working on an
> 8052, instead only using input/output pins and the USART. That
> would probably make it easier to work with an LCD display?
Whatever you prefer
On 9/22/2013 10:55 AM, Philipp Klaus Krause wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Am 22.09.2013 16:46, schrieb Rich B:
>
>> Hello,
>>
>> stdio.h assumes you have a computer with a screen, a keyboard, and
>> a file system. A bare metal microprocessor has input and output
>> p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 22.09.2013 16:46, schrieb Rich B:
> Hello,
>
> stdio.h assumes you have a computer with a screen, a keyboard, and
> a file system. A bare metal microprocessor has input and output
> pins and usually a USART serial port. You need to write your ow
On 9/18/2013 8:37 AM, Jim Duffy wrote:
> I have a real newbie problem using sdcc. The issue is so fundamental
> that I know I am missing something that should be obvious.
>
> I am trying to compile the Microchip XLP 8 bit development board code
> available at:
>
> http://www.microchip.com/Microchip