I'm using the enet_s2e example and I'm able to build and run it. However, when I change the APP_BASE, it stops working. When debugging it and pausing the execution, the disassembly opens with the message "No source available for "0xfffffffe"". When the APP_BASE is 0, the application works just fine. Shouldn't I be able to change the APP_BASE to something else? I can change other examples APP_BASE without any issue.
Thanks.