Posted on December 09, 2016 at 08:34 I'm going to write 2 revisions of the same program to flash and make a bootloader which will start one of them, depending on some criterias. #gcc-position-independend
Note: this post was migrated and contain...
Posted on December 12, 2016 at 10:15It is not a problem for me to load the code at any position, but the problem is: how to get the machine code which will run at any position (this means no absolute adresses, jumps etc.).