nagyistoce / open-source-spin-compiler

Automatically exported from code.google.com/p/open-source-spin-compiler
0 stars 0 forks source link

Error while compiling corrected test_cache.spin #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone propgcc repository or hg pull; hg update
2. cd propgcc/loader/spin
3. copy propcomp to propgcc/loader/spin
4. ./propcomp test_cache.spin

What is the expected output? What do you see instead?
Expect no error as program compiles with BSTC and PropellerTool.

Get this instead:
./propcomp test_cache.spin 
Propeller Spin/PASM Compiler (c)2012 Parallax Inc. DBA Parallax Semiconductor.
Compiled on Jan 22 2012
Compileing test_cache.spin...
cache_interface.spin(112:3) : error : Expected an instruction or variable

Line 112 is the end of file.

What version of the product are you using? On what operating system?
Source version r17 ... make clean; make 

Please provide any additional information below.

Original issue reported on code.google.com by jsden...@gmail.com on 22 Jan 2012 at 6:49

GoogleCodeExporter commented 9 years ago
This should be fixed now.

Original comment by reltham on 22 Jan 2012 at 9:13