Simple "Hello World" project?

Comments

2 comments

  • Avatar
    Troy Cowan

    Never mind; I figured out I needed to download a "target" Package; that gave me some other project templates to choose.

    However, after doing that, I tried creating a project using an appropriate template for my hardware. This project did not build, even before I made any kind of change to it at all. It had many link errors, all saying "xyz is too large to fit in SRAM memory segment".

    What am I doing wrong there?

    I'd really just like to build one simple Hello World application to run on my Arm9 processor.

    0
    Comment actions Permalink
  • Avatar
    Jon Elliott

    Which ARM9 are you using?

    By way of an example, to build and run the examples for the AT91RM9200-EK :

    1. Click "Tools > Package Manager", right click on the "Atmel AT91RM9200-EK Board Support Package" link and select "Install Selected Packages", click "Next" followed by "Next" to install the support packages for this part.

    2. Click "Tools > Show Installed Packages", then click on the "Atmel AT91RM9200-EK Board Support Package" link followed by the "Atmel AT91RM9200-EK Evaluation Board Samples" link to load the example solution.

    3. Press F5 to build one of the example projects.

    0
    Comment actions Permalink

Please sign in to leave a comment.