Looking for a current binary propgcc version of the default branch for Windows
trancefreak
Posts: 186
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
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
dgately
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
I don't have any C compiler installed, only propgcc binaries. So I thought maybe someone has an already built one. ;-)
The release_1_0 branch builds fine.
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.
Did you have some time to look at the issue you had compiling the default branch?
Regards,
Christian
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
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
Thanks very much!
Christian
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