Shop OBEX P1 Docs P2 Docs Learn Events
PropGCC Testing for Propeller 1 (get a free Propeller 2 system!) — Parallax Forums

PropGCC Testing for Propeller 1 (get a free Propeller 2 system!)

Ken GraceyKen Gracey Posts: 7,392
edited 2013-03-16 10:17 in Propeller 1
Hello,

I'm going to break forum rules for a moment to draw your attention to this thread, one forum down:

http://forums.parallax.com/showthread.php/146627-PropGCC-Propeller-2-Bug-Fixes-and-your-chance-for-first-release-Propeller-hardware!?p=1169455#post1169455

We're aiming to merge changes between two GCC test branches, and we really need testing for Propeller 1 before we do this.

If there was ever a time where we needed good community support, that'd be now.

Thanks,

Ken Gracey

Comments

  • doggiedocdoggiedoc Posts: 2,243
    edited 2013-03-16 08:12
    I would like to take a shot at it, but I'll need to do a build for Mac OS. That's going to be my first hurdle.
  • dgatelydgately Posts: 1,630
    edited 2013-03-16 08:44
    doggiedoc wrote: »
    I would like to take a shot at it, but I'll need to do a build for Mac OS. That's going to be my first hurdle.

    Wonder over to: PropGCC Propeller 2 Bug Fixes - and your chance for first-release Propeller hardware!


    David Betz may be making a Mac OS X build of propgcc available, soon...


    dgately
  • doggiedocdoggiedoc Posts: 2,243
    edited 2013-03-16 10:17
    My first attempt failed:
    2:propgcc admin$ ./jbuild.sh 8
    Prefix is /opt/parallax
    Propgcc version is propellergcc_v0_3_5_1920
    BUGURL is http://code.google.com/p/propgcc/issues
    Building with: -j 8
    OS 'Darwin' detected.
    checking build system type... i386-apple-darwin12.2.0
    checking host system type... i386-apple-darwin12.2.0
    checking target system type... propeller-parallax-elf
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln works... yes
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    [COLOR="#FF0000"]configure: error: in `/Users/admin/build/binutils':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    binutils configure failed.[/COLOR]
    2:propgcc admin$ 
    



    EDIT: progress - apparently a few versions back Xcode didn't install command line support by default. :D
    Solution was to edit preferences in Xcode.
Sign In or Register to comment.