Discussion Title | Created date |
---|---|
How to force jump tables for switch. I've searched the documentation to no avail trying to find out if it's possible to force the compiler to use a jump table for switch/case construction. I know that the compiler... |
Friday, 3 December 2004 - 10:15 |
assembler directives used by GCC I'm sure it's somewhere in the documentation, and believe me I've spent hours searching, but where can I find documentation of the assembler directives such as .align Also, is... |
Friday, 21 May 2004 - 08:23 |
warning: no newline at end of file I'm currently using WinAVR with C and separate assembly source files. If I invoke the C pre-processor by using the -c assembler_with_cpp (typing from memory here) I always get... |
Wednesday, 11 February 2004 - 22:01 |
#include ignored in assembler file It seems that GCC ignores the #include directive in my .S (capital) file. I attach the makefile. Can anybody tell me what I'm doing wrong? |
Monday, 22 December 2003 - 13:03 |
EEPROM data embedded in HEX file I would like to be able to use a bootloader similar to MegaLoad to update FLASH and EEPROM memory. I am capable of modifying my bootloader code to deal with this, but I cannot... |
Wednesday, 17 December 2003 - 14:21 |
Problems with io.h Having installed the latest AVR GCC and followed the instructions in the PDF , I keep getting a warning: device type not defined I have MCU=atmega16 in the makefile. Then, the... |
Saturday, 20 September 2003 - 13:29 |