User Activity

  • Modified a comment on ticket #1750 on Small Device C Compiler (SDCC)

    Why does this say "Anonymous" created it? I think I was the one who reported it (David E. Grayson). Several of my other bug reports have the same misattribution problem.

  • Posted a comment on ticket #1750 on Small Device C Compiler (SDCC)

    Why does this say "Anonymous"? I think I was the one who reported it (David E. Grayson). Several of my other bug reports have the same misattribution problem.

  • Posted a comment on ticket #3504 on Small Device C Compiler (SDCC)

    Great, thank you!

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

    STM8: Cast from int to uint8_t on right side of += malfunctions

  • Posted a comment on ticket #2970 on Small Device C Compiler (SDCC)

    I have attached a very simple patch I made to fix the issue. It makes the assembler open its output files in binary mode. This should have no effect in Linux, but on Windows it disables line-ending conversions, so the .rel file and other files emitted by the assembler end up with \n line endings. I compiled the latest SDCC revision (11639) in Windows with MSYS2, checked that the bug was happening, and then recompiled it with this patch to make sure that the bug was fixed. Can someone with authority...

  • Modified a comment on ticket #2970 on Small Device C Compiler (SDCC)

    I found a workaround for the bug. If I use dos2unix to convert the line endings in the .rel files to Unix-style line endings then everything works fine. Here is a script that builds the example program without any warnings or errors: #!/usr/bin/bash set -ue sdcc -c main.c --debug sdcc -c foo.c --debug sdcc -c bar.c --debug sdcc -c bat.c --debug sdcc -c mat.c --debug dos2unix *.rel rm -f *.lib sdar -rc foobar.lib foo.rel bar.rel sdar -rc batmat.lib bat.rel mat.rel sdcc --debug -o main.ihx main.rel...

  • Posted a comment on ticket #2970 on Small Device C Compiler (SDCC)

    I found a workaround for the bug. If I use dos2unix to convert the line endings in the .rel files to Unix-style line endings then everything works fine. Here is a script that builds the example program without any warnings or errors: #!/usr/bin/bash set -ue sdcc -c main.c --debug sdcc -c foo.c --debug sdcc -c bar.c --debug sdcc -c bat.c --debug sdcc -c mat.c --debug dos2unix *.rel rm -f *.lib sdar -rc foobar.lib foo.rel bar.rel sdar -rc batmat.lib bat.rel mat.rel sdcc --debug -o main.ihx main.rel...

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

    Linker cannot find most symbols in libraries compiled with --debug

View All

Personal Data

Username:
davidegrayson
Joined:
2010-01-28 18:18:25

Projects

  • No projects to display.

Personal Tools