You are reading a single comment by @mjdietz and its replies. Click here to read the full conversation.
  • OK, my problem has been that after I compile system startup seems to work fine. It call SystemInit and this returns. Then it calls _start and the program crashes there before ever reaching main? Any clues about what could be going wrong here?

    If I keep CFLAGS, LDFLAGS, ARCHFLAGS etc... the same as you have it works but once I start using flags from Nordics example makefiles the code breaks. but ive been wondering if the way im compiling/linking is causing this.

    thanks,
    Mike

About

Avatar for mjdietz @mjdietz started