Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/17 17:09
Read: times


 
#190749 - Correct Configuration?
Responding to: ???'s previous message
From the SDCC Web Site:

SDCC is a retargettable, optimizing Standard C (ANSI C89, ISO C99, ISO C11) compiler suite that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) HC08 based (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress on supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for other microprocessors.

The most likely cause for your issue is that you have not configured the SDCC tool set correctly so that it specifically knows that you are targeting an MCS51 architecture processor.

SFR and XDATA are key words almost always associated with 8051/8052 type MCUs and the tool set not recognizing them is a strong indicator if the wrong configuration settings.

Michael Karas


List of 8 messages in thread
TopicAuthorDate
tusb3410.h:56: syntax error: token -> 'bPCON' ; column 9            01/01/70 00:00      
   More on TUSB3410 bootcode compilation            01/01/70 00:00      
      Correct Configuration?            01/01/70 00:00      
         SDCC configuration for MCS51            01/01/70 00:00      
         included 8052.h            01/01/70 00:00      
   what is on that line?            01/01/70 00:00      
      code base used            01/01/70 00:00      
   closing this issue            01/01/70 00:00      

Back to Subject List