|
From: Royce & S. Pereira. <be...@im...> - 2001-09-03 11:50:28
|
Hi, I downloaded Karl Bongers' SDCC 2.2.2 beta version a month ago. All was OK as long as my code was a single file. Now I need to link my C file with a .asm file So I did: ASX8051 -ol sd_eep.asm & then : sdcc --data-loc 0x22 --stack-after-data -I %SDINC% -L %SDLIBS% fp3.c = sd_eep.rel Now this gives me the familiar windows error message:"This program has = performed an illegal operation & will be shut down" The same occurs if I try to compile only fp3.c with -c option. No problems with single file programs. What can I do? Thanks, Royce. |