Shop OBEX P1 Docs P2 Docs Learn Events
Looking for a current binary propgcc version of the default branch for Windows — Parallax Forums

Looking for a current binary propgcc version of the default branch for Windows

trancefreaktrancefreak Posts: 186
edited 2014-02-26 14:39 in Propeller 1
Hi,

Does anyone have an already built version of the default branch of propgcc for Windows which I can download somewhere as a zip?
I've never built something from sources using makefiles and so on.

Would be great if someone could provide me a link :-)

Thanks,
Christian

Comments

  • trancefreaktrancefreak Posts: 186
    edited 2014-02-06 10:09
    Hi,

    I think these are the binaries of the release_1_0 branch not the default branch. Am I wrong?

    Christian
  • jazzedjazzed Posts: 11,803
    edited 2014-02-06 10:19
    I'll start a build now and post it in several hours.
    Hi,

    Does anyone have an already built version of the default branch of propgcc for Windows which I can download somewhere as a zip?
    I've never built something from sources using makefiles and so on.

    Would be great if someone could provide me a link :-)

    Thanks,
    Christian
  • dgatelydgately Posts: 1,630
    edited 2014-02-06 10:20
    Hi,

    I think these are the binaries of the release_1_0 branch not the default branch. Am I wrong?

    Christian

    Sorry! Yeah, probably... (I thought _1_0 was default, but I guess not).

    Also, you said "I've never built something from sources using makefiles and so on". If your Windows system is set up for development, exec'ing a 'make' from the propgcc directory "should" provide you with a build. You'll then need to exec 'make install'. The instructions for building propgcc on Windows are fairly straight-forward, no? And, SimpleIDE will install recent versions of propgcc executables, if that's all you need.


    dgately
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-06 11:35
    jazzed wrote: »
    I'll start a build now and post it in several hours.
    Thanks very much, Steve.
    dgately wrote: »
    Also, you said "I've never built something from sources using makefiles and so on". If your Windows system is set up for development, exec'ing a 'make' from the propgcc directory "should" provide you with a build. You'll then need to exec 'make install'.

    I don't have any C compiler installed, only propgcc binaries. So I thought maybe someone has an already built one. ;-)
  • jazzedjazzed Posts: 11,803
    edited 2014-02-07 10:41
    I've found that the default branch does not build on windows at the moment.

    The release_1_0 branch builds fine.
  • David BetzDavid Betz Posts: 14,516
    edited 2014-02-08 08:22
    jazzed wrote: »
    I've found that the default branch does not build on windows at the moment.

    The release_1_0 branch builds fine.
    Looks like you need to install autom4te whatever that is. I'm not sure why it's now needed but wasn't before.
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-08 13:52
    Thanks Steve for trying to build it. I wanted to use GDB to Debug my application and multiple XMM core support. Both are only enabled in the default branch, is that correct?
  • jazzedjazzed Posts: 11,803
    edited 2014-02-08 14:13
    Thanks Steve for trying to build it. I wanted to use GDB to Debug my application and multiple XMM core support. Both are only enabled in the default branch, is that correct?

    This is true.

    I'll look at changing my msys/mingw to see if that resolves the issue. This weekend is very hectic though, so it will have to wait until Tuesday.
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-08 14:59
    jazzed wrote: »
    This is true.

    I'll look at changing my msys/mingw to see if that resolves the issue. This weekend is very hectic though, so it will have to wait until Tuesday.

    Thanks very much! That's absolutely fine for me to wait some time.
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-16 04:59
    Hi Steve,

    Did you have some time to look at the issue you had compiling the default branch?

    Regards,
    Christian
  • jazzedjazzed Posts: 11,803
    edited 2014-02-16 08:45
    We are still working on it. The default branch had some changes that makes it fail using mingw on windows. I'll update when we're back on track.
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-16 13:25
    Thanks for your update and work on getting that solved. :-)
    Also thanks for your help in the other thread.
    http://forums.parallax.com/showthread.php/153925-Difference-between-simpletools.h-SD-card-access-and-propgcc-stdio.h-implementation
  • jazzedjazzed Posts: 11,803
    edited 2014-02-20 14:19
    Hi.

    I'm testing a copy of the default branch code now. Once done, I'll post a pointer back here to the package. It will be bigger than the release_1_0 package. Don't download using your phone :)
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-21 06:26
    Hi Steve,

    Thanks very much!

    Christian
  • trancefreaktrancefreak Posts: 186
    edited 2014-02-26 14:39
    Hi Steve,

    I downloaded the default propgcc branch from the repository and installed minGW and MSYS and built it.
    Build succeeded.

    Just wanted to let you know so you don't have to put time into that anymore. You are busy with more urgent things ;-)

    Christian
Sign In or Register to comment.