• SDCC error
    Hello, I am trying to convert this simple code to SDCC (due to chaninging to Linux): // main.c #include <t89c51cc01.h> #include <stdio.h> #include <lcd.h> // my own lcd header file int i ...
  • SDCC error
    Hello, I am trying to convert this simple code to SDCC (due to chaninging to Linux): // main.c #include <t89c51cc01.h> #include <stdio.h> #include <lcd.h> // my own lcd header file int i ...
  • Keil vs SDCC
    I looking at different compilers for working on a C8051F040. At the moment I'm split between SDCC and Keil. I'm within a budget and thus can do with an extra $2400 by using SDCC. But I don't want ot...
  • Keil vs SDCC
    I looking at different compilers for working on a C8051F040. At the moment I'm split between SDCC and Keil. I'm within a budget and thus can do with an extra $2400 by using SDCC. But I don't want ot...
  • delay at sdcc cross compiler
    hi members... i have a question today. i'm working with the sdcc cross compiler and metabolize c in assembler. i want to delay some programms but i can't use the function sleep or wait in sdcc. i...