Jakub Ladman

Results 38 comments of Jakub Ladman

Hi Stephane,I'll do it later. Preferably before end of this week.J.Dne 28. 11. 2022 1:54 napsal uživatel Stéphane Raimbault ***@***.***>: Could you add log traces to in the libmodbus close...

Hello @tkchia, > By the way, @mfld-fr wrote an [`emu86`](https://github.com/mfld-fr/emu86) emulator which helps debug x86-16 code meant for EPROMs. You may find it helpful. I will definitely try it Hello...

Hello all I'm trying to use the technique from here [https://sourceware.org/binutils/docs/ld/Output-Section-LMA.html#Output-Section-LMA](https://sourceware.org/binutils/docs/ld/Output-Section-LMA.html#Output-Section-LMA) But I'm getting these errors: ``` (.text._init_mem+0x5): undefined reference to `_data!' (.text._init_mem+0x8): undefined reference to `_etext!' (.text._init_mem+0xc): undefined reference...

OMG, there is the same example with different syntax - i will try it immediately, but I feel I should warn you. [https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html](https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html) Thanks

> OMG, there is the same example with different syntax - i will try it immediately, but I feel I should warn you. > https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html > > Thanks But the...

Hello @tkchia > Let me look into that. Thanks! Please also kindly look at the linker code. I'm afraid, that there may be a bug. For example, the function SIZEOF(.text)...

> Hello @ladmanj, > > > But I'm getting these errors: > > > For example, the function SIZEOF(.text) in the linkerscript returns wrong value. > > Please give more...

Thank you @tkchia. You mentioned that nasm is not fully compatible with ia16 toolchain, can you recommend me which other assembler to use? I have no preference, I'm using nasm,...

Hello @tkchia, Regarding the Makefile you modified for me - you have deleted the long paths to CC and other tools - of course to be able use your own...

> Hello @ladmanj, > > You _can_ use `nasm`, just not with `-msegelf` for now, because this option is implemented only in the `gcc-ia16` toolchain. > > Thank you! Hi...