compiling a library for an atiny85
I need help recompiling a config file without a 5 second delay on my attiny
4 Replies
so Im getting this erorr
usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x2006 of main.bin section
.text' is not within region
text'
/usr/lib/gcc/avr/5.4.0/../../../avr/bin/ld: address 0x2006 of main.bin section .text' is not within region
text'
collect2: error: ld returned 1 exit status
make: *** [Makefile:97: main.bin] Error 1
google tells me I need to change the bootloader start adress
GitHub
[BUG] Can't compile with ENTRYMODE ENTRY_JUMPER · Issue #252 · micr...
Describe the bug Hello, i can't compile verison 2.6 with ENTRYMODE set to ENTRY_JUMPER. Default compilation work's fine. To Reproduce Steps to reproduce the behavior: Edit firmware/...
Building Micronucleus configuration: t85_agressive
8K Device -- Codesize: 1362 bytes, BOOTLOADER_ADDRESS: 0x1A80, Free user memory 6778 bytes.
16K Device -- Codesize: 1362 bytes, BOOTLOADER_ADDRESS: 0x3A80, Free user memory 14970 bytes.