parallaxinc / propgcc

A Port of GCC to the Parallax Propeller
Other
35 stars 17 forks source link

Wrong bstc binary called while making demos #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
demos/common/common.mk seems to default to bstc.osx. Created symlink as 
workaround.

[root@Dell demos]# make
...
make[1]: Entering directory `/root/demos/TV/TvText_demo'
propeller-elf-gcc -Os -mlmm -o TvDemo.o -c TvDemo.c
propeller-elf-gcc -Os -mlmm -o TvText.o -c TvText.c
bstc.osx -ls -Ox -c -o TV TV.spin
make[1]: bstc.osx: Command not found
make[1]: *** [TV.dat] Error 127
make[1]: Leaving directory `/root/demos/TV/TvText_demo'
make: *** [all] Error 2

Original issue reported on code.google.com by martin.h...@gmail.com on 17 Nov 2011 at 9:30

GoogleCodeExporter commented 9 years ago
fixed

Original comment by martin.h...@gmail.com on 19 Nov 2011 at 2:41

GoogleCodeExporter commented 9 years ago
Fixed for Linux. What about OSX and Windows? Needs review.

Original comment by jsden...@gmail.com on 20 Nov 2011 at 11:27