Hello all,

Here is the command line:

./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc
--localstatedir=/var --mandir=/usr/man
--docdir=/usr/doc/sdcc-3.0.0-rc1 --build=x86_64-slackware-linux

Here is the error message:

...
make[4]: Entering directory `/tmp/SBo/sdcc/device/lib'
make build/pic
make[5]: Entering directory `/tmp/SBo/sdcc/device/lib'
make[5]: `build/pic' is up to date.
make[5]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make pic
make[5]: Entering directory `/tmp/SBo/sdcc/device/lib'
make[5]: `pic' is up to date.
make[5]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make[4]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make port-specific-objects-pic14
make[4]: Entering directory `/tmp/SBo/sdcc/device/lib'
if [ -f pic/Makefile ]; then \
  mkdir -p pic/bin; \
  make -C pic; \
  cp -f pic/bin/*.* build/pic; \
fi
make[5]: Entering directory `/tmp/SBo/sdcc/device/lib/pic'
Makefile:28: *** mixed implicit and normal rules.  Stop.
make[5]: Leaving directory `/tmp/SBo/sdcc/device/lib/pic'
cp: cannot stat `pic/bin/*.*': No such file or directory
make[4]: [port-specific-objects-pic14] Error 1 (ignored)
make[4]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make clean_intermediate-pic14
make[4]: Entering directory `/tmp/SBo/sdcc/device/lib'
make -C pic clean-intermediate
make[5]: Entering directory `/tmp/SBo/sdcc/device/lib/pic'
Makefile:28: *** mixed implicit and normal rules.  Stop.
make[5]: Leaving directory `/tmp/SBo/sdcc/device/lib/pic'
make[4]: *** [clean_intermediate-pic14] Error 2
make[4]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make[3]: *** [objects-pic14] Error 2
make[3]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make[2]: *** [model-pic14] Error 2
make[2]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/SBo/sdcc/device/lib'
make: *** [sdcc-device-lib] Error 2

Any idea?

-- 
Cheers,
Grissiom

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to