Shop OBEX P1 Docs P2 Docs Learn Events
program propeller gccsimple ide problem — Parallax Forums

program propeller gccsimple ide problem

kelsrichkelsrich Posts: 1
edited 2012-07-25 12:52 in Propeller 1
Trying to run a basic hello program propeller gcc simple ide and the error a.out keeps poping up
can someone give me and idea of how to fix this.

Comments

  • jazzedjazzed Posts: 11,803
    edited 2012-07-25 09:08
    kelsrich wrote: »
    Trying to run a basic hello program propeller gcc simple ide and the error a.out keeps poping up
    can someone give me and idea of how to fix this.


    Hello.

    Sorry that you are having trouble.
    So that we can help, please in the build status:
    1. Use the mouse to right-click and select all.
    2. Then right-click and copy.
    3. Then paste the information here.
    Daniel, can you follow up? I'll be on the road the rest of the day.

    Thanks,
    --Steve
  • David BetzDavid Betz Posts: 14,516
    edited 2012-07-25 09:23
    kelsrich wrote: »
    Trying to run a basic hello program propeller gcc simple ide and the error a.out keeps poping up
    can someone give me and idea of how to fix this.
    "a.out" is not an error message. It is the name of the executable program produced by SimpleIDE when it compiles and links any program. For example, if your program is "myprog.c", SimpleIDE will compile that and produce the executable program "a.out". If we all ask really nicely maybe Steve will change this so that compiling "myprog.c" will produce "myprog.elf". :-)
  • Daniel HarrisDaniel Harris Posts: 207
    edited 2012-07-25 12:52
    kelsrich wrote: »
    Trying to run a basic hello program propeller gcc simple ide and the error a.out keeps poping up
    can someone give me and idea of how to fix this.

    Hi Kelsrich,

    As Jazzed said, could you paste in the exact compiler output so that we can see which error you are getting?

    Thank you,
    Daniel
Sign In or Register to comment.