Finally I could reproduce your problem in a virtualbox. This was my third
experiment. I read your previous letters more carefully and I followed that
step by step. So what I made different before and now?
I checked out sdcc from svn source earlier and there were no problem with
it.

Now I downloaded the snapshot file and the problem appeared.

I made a compare between snapshot files and svn files. There are some
differences. I focus only to pic14. The changelog does not show any change
around pic14 on the last few days, so I think there shouldn't be any
differences.

sdcc@sdcc-teszt ~ $ sh ./differences.sh
Files ./sdcc/sdcc/device/lib/pic14/Makefile.in and
./svn/sdcc/sdcc/device/lib/pic14/Makefile.in differ
Files ./sdcc/sdcc/device/lib/pic14/aclocal.m4 and
./svn/sdcc/sdcc/device/lib/pic14/aclocal.m4 differ
Only in ./sdcc/sdcc/device/lib/pic14: autom4te.cache
Files ./sdcc/sdcc/device/lib/pic14/configure and
./svn/sdcc/sdcc/device/lib/pic14/configure differ
Files ./sdcc/sdcc/device/lib/pic14/libm/Makefile.in and
./svn/sdcc/sdcc/device/lib/pic14/libm/Makefile.in differ
Files ./sdcc/sdcc/device/lib/pic14/libsdcc/enhanced/Makefile.in and
./svn/sdcc/sdcc/device/lib/pic14/libsdcc/enhanced/Makefile.in differ
Files ./sdcc/sdcc/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in
and ./svn/sdcc/sdcc/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in
differ
Files ./sdcc/sdcc/device/lib/pic14/libsdcc/regular/Makefile.in and
./svn/sdcc/sdcc/device/lib/pic14/libsdcc/regular/Makefile.in differ

Here is differences.sh

#/bin/sh
LANG=C
diff -rqyl ./sdcc/sdcc/device/lib/pic14 ./svn/sdcc/sdcc/device/lib/pic14
------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to