25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
(1) Adjust scrc-2.1/Makefile.macros to support Linux and other OS.
|
|
(2) Fix the runtime problem
|
|
ERROR #3105: Semantic error in line 221
|
|
in file "/usr/include/stdio.h":
|
|
Declaration of symbol '__restrict'
|
|
does not match former declaration:
|
|
type mismatch (#2039).
|
|
(on NetBSD/{i386,amd64} 5.x, probably gcc-4.1.x)
|
|
|
|
(3) See patches/patch-ag,
|
|
-Wl,rpath ${SPECC_SLIB} doesn't seem to work so the work around
|
|
is on pathces/patch-ag
|
|
to set LD_RUN_PATH at compile time, may not be hurtful, but rpath
|
|
may be better
|
|
|
|
(4) This packages seems broken now wit:
|
|
In file included from sim.cc:20:0:
|
|
specc.h:1936:14: error: declaration of '_bit::bnd_t l'
|
|
specc.h:1859:10: error: shadows template parm 'unsigned int l'
|
|
specc.h:1941:14: error: declaration of '_bit::bnd_t l'
|
|
specc.h:1859:10: error: shadows template parm 'unsigned int l'
|
|
specc.h:1947:14: error: declaration of '_bit::bnd_t l'
|
|
specc.h:1859:10: error: shadows template parm 'unsigned int l'
|
|
specc.h:1952:14: error: declaration of '_bit::bnd_t l'
|
|
specc.h:1859:10: error: shadows template parm 'unsigned int l'
|