• $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...
  • #include "c:\\dir\\file.c" problem
    Could some one show me how to #include an absolute file such as: #include "c:\\dir\\file.c" This doesn't seem to work with C51 version 1.32 The file is there but the compiler says it can't open it...
  • Problem when .c file is directly included in another file using #include
    I have a Keil uv2 project which has two .c files namely main.c and add.c. The file main.c has function main. The add.c file has definition of function add. In main.c I included add.c using include statement...
  • include path problems
    receiving the following error in MDK Lite 5.23 uvision5 for arm lpc1768 C:\Keil_v5\ARM\PACK\Keil\LPC1700_DFP\2.3.0\RTE_Driver\UART_LPC17xx.c(75): error: #5: cannot open source input file "RTE_Device...
  • http_cgi.c include problem
    Hello everyone, I want to create a dynamic page. When i try to include http_cgi.c in my project i get the following errors: 1. http.axf: Error: L6200E: Symbol cgi_process_var multiply defined...