Discussion Title | Created date |
---|---|
sprintf causes BAD objectfile I get no errors or warnings during compilation, but when I open the ext-coff file with AVR Studio, it tells me "Error loading objectfile .cof I narrowed my fault down to this line... |
Monday, 15 November 2004 - 10:49 |
always breaks in Disassembler I got started by writing a small program on a Mega48 that increments a byte received on the UART by 1 and then send it back. I run it using debugwire and 90% of the time when I... |
Thursday, 11 November 2004 - 04:33 |
avrlib makefile variables - How can this be? I installed Procyon AVRLIB (http://hubbard.engr.scu.edu/embe...). It compiles the code OK but I see in the file avrproj_make, the variables AVRLIB_SRC and INCDIR is referenced... |
Wednesday, 10 November 2004 - 12:57 |
avrlib makefile variables - How can this be? I installed Procyon AVRLIB (http://hubbard.engr.scu.edu/embe...). It compiles the code OK but I see in the file avrproj_make, the variables AVRLIB_SRC and INCDIR is referenced... |
Wednesday, 10 November 2004 - 12:52 |
it must be Something Silly My project consists of 2 files at this stage - rs232dce.c (which contains the main() function) and uart0-dce.c (which contains a hardware flow control uart driver). All the... |
Tuesday, 19 October 2004 - 09:59 |
undefined reference to <my own file>??? So I wrote my first code for avr-gcc and compiled and downloaded it. Then I installed Procyon AVRlib and wrote code that uses the uart.c module. I sorted out all other problems... |
Wednesday, 13 October 2004 - 13:10 |
compile for AtMega48 Referring to post subject: ATMega48 with GCC 3.4.1 According to the above post the person was able to compile code for the Mega48 with avr-gcc 3.4.1. I have WinAVR-20040720 (gcc 3... |
Thursday, 7 October 2004 - 16:29 |