User Activity

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Okay, it seems extern after the first code is just no possible anymore some.c uint8_t my_var; bad.S (linking fails with "Duplicate symbol" error) MY_CODE code extern _my_var iorwf _my_var, w .. good.S (linking fails with "Duplicate symbol" error) extern _my_var MY_CODE code iorwf _my_var, w .. Maybe it was just working by accident until now (- ~2y)..

  • Modified a comment on discussion Help on Small Device C Compiler (SDCC)

    Hello Everyone, After a long time (>2y) I tried to compile my old USB bootloader code again, but it always fails with "Duplicate symbol" errors for all the goto functions. My boot_goto_table looks like this, all the functions are defined in different c-files #pragma code boot_goto_table 0x1c void boot_goto_table(void) __naked { __asm extern _do_something .. goto _do_something .. __endasm; } Can someone please point me in the right direction? Cheers, Oli PS: I am using the official release binary...

  • Posted a comment on discussion Help on Small Device C Compiler (SDCC)

    Hello Everyone, After a long time (>2y) I tried to compile my old USB bootloader code again, but it always fails with "Duplicate symbol" errors for all the goto functions. My boot_goto_table looks like this, all the functions are defined in different c-files #pragma code boot_goto_table 0x1c void boot_goto_table(void) __naked { __asm extern _do_something .. goto _do_something .. __endasm; } Can someone please point me in the right direction? Cheers, Oli

  • Posted a comment on ticket #35 on RealTerm: Serial/TCP Terminal

    Cool, thanks a lot!

  • Created ticket #35 on RealTerm: Serial/TCP Terminal

    Windows 8/8.1 support

  • Created ticket #2257 on Small Device C Compiler (SDCC)

    wrong position of banksel

View All

Personal Data

Username:
h2obrain
Joined:
2009-05-09 22:40:19

Projects

This is a list of open source software projects that Oliver Meier is associated with:

Personal Tools

Monday.com Logo