Re: [Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Erik Petrich
On Fri, 20 Dec 2013, Ben Shi wrote: > And the for.c is in the standard regression test of SDCC > > http://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/src/regression/for. > c > > sdcc for.c -mmcs51 > for.asm:175: Error: missing or improper operators, terminators, or > delimiters > for.asm:

Re: [Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Philipp Klaus Krause
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.12.2013 02:48, schrieb Ben Shi: > And the for.c is in the standard regression test of SDCC > > http://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/src/regression/for.c > > > > I use the latest code e8919 in the svn reposit, with configure

Re: [Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Ben Shi
And the for.c is in the standard regression test of SDCC http://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/src/regression/for.c I use the latest code e8919 in the svn reposit, with configure make all make install 在2013年12月19 16时22分,"Ben Shi"写道: Sorry, the error info should be

Re: [Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Maarten Brock
Hello Ben, Welcome to SDCC. But we really can't help you this way. You seem to expect us to have a crystal ball in which we can read your for.c implementation. Maybe you can send it to us? Maarten > Sorry, the error info should be > > > > > sdcc for.c -mmcs51 > for.asm:175: Error: missing or im

Re: [Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Ben Shi
Sorry, the error info should be sdcc for.c -mmcs51 for.asm:175: Error: missing or improper operators, terminators, or delimiters for.asm:179: Error: missing or improper operators, terminators, or delimiters removing for.rel 在2013年12月19 16时18分,"Ben Shi"写道: Hi, I am new to SDCC and w

[Sdcc-user] An Error While Trying Latest SDCC

2013-12-19 Thread Ben Shi
Hi, I am new to SDCC and want to try it, however an error rises while trying it. Anybody who can help me is highly appreciated. My steps: 1. configure --prefix=/home/binshi/sdcc/build/ 2. make all 3. make install 4. sdcc -v SDCC : mcs51/z80/z180/r2k/r3ka/gbz80/tlcs90/ds390/pic16/pic14/TIN