dbetz / propeller-gcc

A port of GCC to the Parallax Propeller
GNU General Public License v3.0
8 stars 4 forks source link

propeller-gcc README.md quotes incorrectly "source fix_xcode_warnings.sh" #7

Closed dgately closed 7 years ago

dgately commented 7 years ago

The README.md documentation of propeller-ggc at the top level gives an incorrect naming for the file that fixes xcode warnings. Here's the incorrect text:


Also, the Xcode compiler seems to be more picky than the compilers on other platforms so you will probably need to disable some warnings:

source fix_xcode_warnings.sh                      **<== incorrect file name with underscores**

Should be:

source fix-xcode-warnings.sh <== '-' dashes replace '_' underscores

If users copy/paste the uncorrected line into a terminal session, they'll get a failure:

-bash: fix_xcode_warnings.sh: No such file or directory

dbetz commented 7 years ago

Thanks for noticing. I've fixed this.