Néstor Soriano
Néstor Soriano
Hi @lfantoniosi, another thing I just noticed: your pull request includes changes in the `MAPDRV` tool too, thus the modification in the `Makefile` to accept the `ASSEMBLE_SYMBOLS` variable should be...
> hi, but there are few > ld iyl,1 > how the macro should be in this case ? In that particular case, yes, a `ld_iyl_n` macro is fine. But...
@Steveneska What problem are you having with the build? Is it the same as https://github.com/Konamiman/Nextor/issues/127? If we can sort out that issue then yes, please feel free to submit a...
@Steveneska Can you please try running the following? (replacing `/usr/bin` with the real path where you have put the tools) ``` N80=/usr/bin/N80 LK80=/usr/bin/LK80 LB80=/usr/bin/LB80 make ``` The makefile script will...
Hi @Steveneska, could you please run the following command in your WSL console and paste the output here? `ls -l /usr/bin/N80`
@Steveneska Mystery solved then: your N80 file isn't set as executable. You need to run the following: `sudo chmod +x /usr/bin/N80` and the same with LK80 and LB80. Then repeating...
@Steveneska Which version of sdcc are you using? Yoy need v4.2 or newer.
Hi, sure, I can include the SD-Mapper driver in the repository, provided that I get a pull request that introduces the driver source file in a new folder inside `src/kernel/drivers`...
I'll soon be able to share some progress on work I've been doing to improve the table regeneration part (querying will come next, and for sure I'll look at all...
Thanks @oxfordmetadata. I've been able to import only about 6000 products from that file. All other are skipped with errors like _Slug "πινέλα-μακιγιάζ-τύπος" is too long (28 characters max). Shorten...