Suppose I wanted to use selfie to generate a binary that starts at address 0x8000_0000 or above instead of 0x10000. I tried setting PK_CODE_START and e_entry to 2147483648 (0x8000_0000) instead of 65536 (0x10000). However, when I do that, I get the following error:
syntax error in selfie.c in line 12333: maximum program break exceeded