PGCC on Win7 32-bit laptop
mindrobots
Posts: 6,506
Up and running on my Win7 laptop.
Upzipped to c:\propgcc but things wouldn't build.
Installed Cygwin and updated addpath.bat to add c:\cygwin\bin in addition to c:\propgcc\bin and the demos all built and cog_c_toggle worked with:
propeller-load -p4 -r toggle.elf
....wonder if they'll mind Cygwin being loaded on my work laptop??
Now, off to fix my Ubuntu systems!!
Happy testing!!
Upzipped to c:\propgcc but things wouldn't build.
Installed Cygwin and updated addpath.bat to add c:\cygwin\bin in addition to c:\propgcc\bin and the demos all built and cog_c_toggle worked with:
propeller-load -p4 -r toggle.elf
....wonder if they'll mind Cygwin being loaded on my work laptop??
Now, off to fix my Ubuntu systems!!
Happy testing!!
Comments
What happened? You shouldn't need to install Cygwin to use the windows package.
There are Cygwin components in c:\propgcc\bin that should work without installing Cygwin.
--Steve
Ok. Ya Propably could have just used sed instead of grep and cut !
The only other issue is that bstc.exe is currently in /propgcc/bin. This should probably be moved to /propgcc/usr/local/propeller/bin in the install package so that it's available to Cygwin users.