Michael Petch

Results 2 comments of Michael Petch

**Do not** add `--ignore-unresolved-symbol _GLOBAL_OFFSET_TABLE_` to LD. You hid the problem, but didn't solve it. Add `-fno-PIC` to your C FLAGS for compiling and `-no-PIE` when you link. On OSDev...