OpenCores
no use no use 1/1 no use no use
Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 4, 2004
Not available!
I don't seem to recall that automake-1.6 was needed to build or1ksim until today when I receive this meesage from the ATS. ATS machine uses automake (GNU automake) 1.4-p5. Should ATS machine automake be upgraded? That means that or1ksim will only build on the latest machines - ATS machine uses RedHat 7.3 which ain't that old. regards, Damjan ----- Original Message ----- From: "admin" oc@www.opencores.org> To: lampret@opencores.org> Sent: Thursday, February 05, 2004 12:42 AM Subject: OR1K ATS - or1k/or1ksim
Thu Feb 5 00:42:22 CET 2004
Linux fizmo 2.4.18-3custom #6 SMP Mon Jul 1 17:38:13 GMT+1 2002 i686

unknown
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... or32-unknown-uclinux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for ranlib... ranlib
checking return type of signal handlers... void
checking whether stat file-mode macros are broken... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strcasecmp... yes
checking for select... yes
checking for setenv... yes
checking for putenv... yes
checking for tcgetattr... yes
checking for setlocale... yes
checking for lstat... yes
checking for strndup... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for ptsname... yes
checking for on_exit... yes
checking for working strcoll... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
checking varargs.h presence... yes
checking for varargs.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
checking sys/ptem.h usability... no
checking sys/ptem.h presence... no
checking for sys/ptem.h... no
checking sys/pte.h usability... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking net/ethernet.h usability... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether byte ordering is bigendian... no
checking whether to enable profiling... no
checking whether to compile fsim... no
checking whether to use simple execution... no
checking whether to enable ethernet phy emulation... no
checking whether to use raw range stats... no
checking whether instructions set overflow flag... no
checking whether arithmethic instructions set flag... no
checking for implementation-specific data... DEFAULT
configure: WARNING: using default environment
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bpb/Makefile
config.status: creating cache/Makefile
config.status: creating cpu/Makefile
config.status: creating cpu/common/Makefile
config.status: creating cpu/or32/Makefile
config.status: creating cuc/Makefile
config.status: creating cpu/or1k/Makefile
config.status: creating cpu/dlx/Makefile
config.status: creating debug/Makefile
config.status: creating support/Makefile
config.status: creating mmu/Makefile
config.status: creating peripheral/Makefile
config.status: creating tick/Makefile
config.status: creating peripheral/channels/Makefile
config.status: creating pm/Makefile
config.status: creating pic/Makefile
config.status: creating vapi/Makefile
config.status: creating extras/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
/usr/bin/make all-recursive
make[1]: Entering directory `/home/oc/testpool/or1k/or1ksim'
Making all in cpu
make[2]: Entering directory `/home/oc/testpool/or1k/or1ksim/cpu'
cd ../../or1ksim && /bin/sh /home/oc/testpool/or1k/or1ksim/missing --run

automake-1.6 --gnu cpu/Makefile
/home/oc/testpool/or1k/or1ksim/missing: automake-1.6: command not found
WARNING: `automake-1.6' is needed, and you do not seem to have it handy on

your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for

installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `automake-1.6'

program.
make[2]: *** [../../or1ksim/cpu/Makefile.in] Error 1
make[2]: Leaving directory `/home/oc/testpool/or1k/or1ksim/cpu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oc/testpool/or1k/or1ksim'
make: *** [all] Error 2




Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 5, 2004
Not available!
I don't seem to recall that automake-1.6 was needed to build or1ksim until
today when I receive this meesage from the ATS. ATS machine uses automake
(GNU automake) 1.4-p5.

Should ATS machine automake be upgraded? That means that or1ksim will only
build on the latest machines - ATS machine uses RedHat 7.3 which ain't that
old.


The reason is probably that I committed some of my Makefile.am /
Makefile.in / configure.in files. I don't know that much about
automake/autoconf... is anybody able to resolve this, and maybe the
depcomp problem too?

Heiko

Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 5, 2004
Not available!
Heiko Panther wrote:

I don't seem to recall that automake-1.6 was needed to build or1ksim
until
today when I receive this meesage from the ATS. ATS machine uses automake
(GNU automake) 1.4-p5.

Should ATS machine automake be upgraded? That means that or1ksim will
only
build on the latest machines - ATS machine uses RedHat 7.3 which ain't
that
old.



The reason is probably that I committed some of my Makefile.am /
Makefile.in / configure.in files. I don't know that much about
automake/autoconf... is anybody able to resolve this, and maybe the
depcomp problem too?


OK, I think the following should be done, by a person who has a shell on
the CVS machine. I don't.

1. Local: Check out or1k/or1ksim.
2. Local: Make distclean.
3. Local: run autoconf (1.4) and automake, versions that ATS will grok.
Maybe aclocal is needed too.
4. CVS: Move or1k/or1ksim aside.
5. CVS: Import the local or1ksim directory.

Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 5, 2004
Not available!
Heiko Panther heiko.panther@web.de> writes:
> I don't seem to recall that automake-1.6 was needed to build or1ksim until
> today when I receive this meesage from the ATS. ATS machine uses automake
> (GNU automake) 1.4-p5.
> Should ATS machine automake be upgraded? That means that or1ksim
> will only
> build on the latest machines - ATS machine uses RedHat 7.3 which ain't that
> old.
The reason is probably that I committed some of my Makefile.am / Makefile.in / configure.in files. I don't know that much about automake/autoconf... is anybody able to resolve this, and maybe the depcomp problem too? Heiko _______________________________________________ http://www.opencores.org/mailman/listinfo/openrisc


If you don't want people to have to use automake you may want to create
a script that touches configure and the Makefile.in's after something has
been checked out of CVS. Otherwise the makefiles will notice that Makefile.am
is newer than Makefile.in and try to run automake. However, you seem to be
committing Makefile.in, so the user shouldn't need to run automake at all.

Jim

Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 5, 2004
Not available!
I will try this later tonight.

regards,
Damjan

OK, I think the following should be done, by a person who has a shell on the CVS machine. I don't. 1. Local: Check out or1k/or1ksim. 2. Local: Make distclean. 3. Local: run autoconf (1.4) and automake, versions that ATS will grok. Maybe aclocal is needed too. 4. CVS: Move or1k/or1ksim aside. 5. CVS: Import the local or1ksim directory. _______________________________________________ http://www.opencores.org/mailman/listinfo/openrisc



Fw: OR1K ATS - or1k/or1ksim
by Unknown on Feb 6, 2004
Not available!
OK. What you suggested didn't work. So I installed automake-1.6.3 and
because of dependency I had to install also autoconf-2.52 and managed to do
make distclean. About the depcomp I think the proper way would be that
automake --add-missing is perfomed as part of configure process but I don't
know how to add this. So I just updated depcomp with
automake-1.6 --add-missing and put the new depcomp in the cvs. Before I
commited anything to the cvs I did make distclean. I tried with the old
automake-1.4 and it works now. I will see if ATS will have problems.

regards,
Damjan

> The reason is probably that I committed some of my Makefile.am /
> Makefile.in / configure.in files. I don't know that much about
> automake/autoconf... is anybody able to resolve this, and maybe the
> depcomp problem too?
OK, I think the following should be done, by a person who has a shell on the CVS machine. I don't. 1. Local: Check out or1k/or1ksim. 2. Local: Make distclean. 3. Local: run autoconf (1.4) and automake, versions that ATS will grok. Maybe aclocal is needed too. 4. CVS: Move or1k/or1ksim aside. 5. CVS: Import the local or1ksim directory. _______________________________________________ http://www.opencores.org/mailman/listinfo/openrisc




no use no use 1/1 no use no use
© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.