I tried to replicate the assembly workspace that i have to study on my windows pc (where i have instruction to how installe and use wsl) on my linux pc but when i try to assemble by using
./assemble.ps1 ./file.s
i get this 2 warnings:
/usr/bin/ld: /tmp/cco4Rb1Y.o: avviso: spostamento nella sezione di sola lettura `.text'
/usr/bin/ld: avviso: creazione di DT_TEXTREL in una PIE
(the trasnlation is in the main question)
I read something about addressing with rip referencing (or eip in my case where i have 32bit) but didn’t work
New contributor
Francesco Bonistalli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1