public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
From: bugzilla-daemon@bugs.ecos.sourceware.org
To: ecos-bugs@ecos.sourceware.org
Subject: [Bug 1001933] New HAL for the M4 core of Freescale Vybrid targets
Date: Wed, 05 Feb 2014 08:59:00 -0000	[thread overview]
Message-ID: <bug-1001933-13-2cLeVEoeBL@http.bugs.ecos.sourceware.org/> (raw)
In-Reply-To: <bug-1001933-13@http.bugs.ecos.sourceware.org/>

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001933

--- Comment #7 from Ilija Kocho [Илија Кочо] <ilijak@siva.com.mk> ---
Hi Stefan

(In reply to comment #6)

[snip]

> 
> "There are a lot of "reg*.h" files in HAL include directory. Devices in eCos
> are decoupled from HAL in order to enable usage of device drivers with
> different architectures. I know that this philosophy is not perfectly
> implemented, but I aim to do best for new packages. It is especially benefit
> for Freescale's chips that re-use peripherals on different architectures."
> This is exactly the reason for us having those files. For example we have
> designed an Audio Framework, that works on MPC5xxx (Big Endian Power
> Architecture) and Vybrid (Little Endian ARM CortexM), because all of those
> peripheral definitions are taken from the HAL, so it e.g. includes the
> "sai_reg.h" file for the definition of the SAI (Serial Audio Interface)
> Peripheral, which are endianess swapped files between those two
> architectures. Isn't that exactly what you want to achieve ? How else would
> I achieve that ?

This may justify their inclusion. However, putting them within some
architecture implies another copy for every architecture/variant...

You may consider the hal/misc directory. It is created for devices that do not
have formal I/O  API, and are combined with different architectures. Examples
are DMA, memory devices, etc.
You will already find "freescale" directory there parenting eDMA library
package.

You have several possibilities:
   - Create a package (some kind of Freescale device library. It may start with
headers, but may also (now and/or in future) also have some code.

   - If you already have some generic library for a particular device, you can
make a package (in a way eDMA is now).

Note: This is not limited only to on-chip devices, however you should consider
which of either devs or hal/misc would be preferable location. Following
discussion may give you some insight on the background of hal/misc and how to
choose between hal/misc vs devs
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001428#c5 .

> 
> "I'm glad to see SGML docs, but they seem incomplete and their compilation
> raises errors." Quite frankly I do not even know how to correctly view SGML.
> I just opened your Kinetis files with a text editor and tried to get
> something semi correct.
> 

Text editor is right tool :) for editing, and in order to see the document you
need to generate HTML or PDF. This link
http://ecos.sourceware.org/ml/ecos-discuss/2014-01/msg00004.html may help you
regarding needed tools and doc. generation, I would just add that if you use a
common Linux distribution (I use Ubuntu) you'll find all tools in it's package
manager (such as Synaptic).

However, if you are not able to generate HTML/PDF, I can feed you back or take
care that it compiles, but the contents has to be accurate, up to date and
reflect real state of matters. Please take care of that.

> "I have noticed CDL for Compiler selection. It is unnecessary because user
> can specify compiler prefix and flags in "Global Build Options". Please
> remove it." Actually we driving a lot of things from that selection, e.g.
> whether we can move some critical code into the TCM (Tightly coupled
> Memory). This requires, that the Compiler can generate some trampolin code
> for that purpose, which the standard eCOS Compiler will not, but the
> Codesourcery will. That checkbox will avoid a lot of user erros and all
> members of our team really like that feature.

Is it really a compiler feature or a linker script? Perhaps some macros? Let's
investigate it.

Ilija

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From ecos-bugs-return-10681-listarch-ecos-bugs=sources.redhat.com@sourceware.org Wed Feb 05 09:54:40 2014
Return-Path: <ecos-bugs-return-10681-listarch-ecos-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-ecos-bugs@sources.redhat.com
Received: (qmail 3062 invoked by alias); 5 Feb 2014 09:54:40 -0000
Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <ecos-bugs.sourceware.org>
List-Subscribe: <mailto:ecos-bugs-subscribe@sourceware.org>
List-Post: <mailto:ecos-bugs@sourceware.org>
List-Help: <mailto:ecos-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: ecos-bugs-owner@sourceware.org
Delivered-To: mailing list ecos-bugs@sourceware.org
Received: (qmail 3051 invoked by uid 89); 5 Feb 2014 09:54:39 -0000
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2
X-HELO: ip2.televic.com
Received: from ip2.televic.com (HELO ip2.televic.com) (81.82.194.222)
 by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Feb 2014 09:54:34 +0000
Received: from SRV-VS06.TELEVIC.COM ([10.0.0.46]) by SRV-VS06.TELEVIC.COM
 ([10.0.0.46]) with mapi; Wed, 5 Feb 2014 10:54:28 +0100
From: Quartier Thomas <T.Quartier@TELEVIC.com>
To: "ecos-bugs@ecos.sourceware.org" <ecos-bugs@ecos.sourceware.org>
Date: Wed, 05 Feb 2014 09:54:00 -0000
Subject: compiling APR on eCos
Message-ID: <6EE7D1502C48E44E92DCADF9DD3E0DB9025D4BF80409@SRV-VS06.TELEVIC.COM>
Content-Type: multipart/alternative;
	boundary="_000_6EE7D1502C48E44E92DCADF9DD3E0DB9025D4BF80409SRVVS06TELE_"
MIME-Version: 1.0
X-SW-Source: 2014/txt/msg00048.txt.bz2

--_000_6EE7D1502C48E44E92DCADF9DD3E0DB9025D4BF80409SRVVS06TELE_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-length: 8806

Hi,

I am currently trying to compile Apache Portable Runtime on eCos - ARM9 for my thesis (porting a C application to the Celix OSGI framework running on eCos). I don't have a lot of experience with cross compiling. I tried to configure APR without success. See below for output of the ./config command.

export PATH=$PATH:/home/thomas/ecos/pr_7336/compiler/bin/
export PATH=$PATH:/home/thomas/ecos/pr_7336/tools/
./configure --build=x86_64-unknown-linux-gnu --host=arm-elf --target=arm-elf --prefix=/home/thomas/aprCCTest/build &> output.txt

Output.txt:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-elf
checking target system type... arm-unknown-elf
Configuring APR library
Platform: arm-unknown-elf
checking for working mkdir -p... yes
APR Version: 1.4.8
checking for chosen layout... apr
checking for arm-elf-gcc... arm-elf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-elf-gcc accepts -g... yes
checking for arm-elf-gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
Applying APR hints file rules for arm-unknown-elf
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... arm-elf-gcc -E
checking for gawk... no
checking for mawk... mawk
checking whether ln -s works... yes
checking for arm-elf-ranlib... arm-elf-ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for arm-elf-ar... arm-elf-ar
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
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 it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by arm-elf-gcc... /home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld
checking if the linker (/home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B
checking the name lister (/home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-elf format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld option to reload object files... -r
checking for arm-elf-objdump... objdump
checking how to recognize dependent libraries... unknown
checking for arm-elf-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for arm-elf-ar... (cached) arm-elf-ar
checking for archiver @FILE support... no
checking for arm-elf-strip... arm-elf-strip
checking for arm-elf-ranlib... (cached) arm-elf-ranlib
checking command to parse /home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B output from arm-elf-gcc object... ok
checking for sysroot... no
checking for arm-elf-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if arm-elf-gcc supports -fno-rtti -fno-exceptions... yes
checking for arm-elf-gcc option to produce PIC... -fPIC -DPIC
checking if arm-elf-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-elf-gcc static flag -static works... yes
checking if arm-elf-gcc supports -c -o file.o... rm: cannot remove `conftest*': No such file or directory
yes
checking if arm-elf-gcc supports -c -o file.o... (cached) yes
checking whether the arm-elf-gcc linker (/home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... rm: cannot remove `conftest*': No such file or directory
yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes

Check for compiler flags...
checking whether the compiler provides atomic builtins... no
checking whether to enable -D_LARGEFILE64_SOURCE... no

Checking for libraries...
checking for library containing gethostbyname... no
checking for library containing gethostname... no
checking for library containing socket... no
checking for library containing crypt... no
checking for main in -ltruerand... no
checking for library containing modf... none required

Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads...
checking for LIBS needed for pthreads...
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for recursive mutex support... no
checking for pthread_key_delete... no
checking for pthread_rwlock_init... no
checking for pthread_attr_setguardsize... no
checking for pthread_yield... no
checking sched.h usability... no
checking sched.h presence... no
checking for sched.h... no
checking for sched_yield... no
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for getservbyname in -lc_r... no
checking for gethostbyname_r... no
checking for gethostbyaddr_r... no
checking for getservbyname_r... no
checking for sigsuspend... no
checking for sigwait... no
checking for poll... no
checking for kqueue... no
checking for port_create... no
checking for epoll support... no
checking for epoll_create1 support... no
checking for dup3 support... no
checking for accept4 support... no
checking for SOCK_CLOEXEC support... no
checking for fdatasync... no
checking for epoll_create1 support... (cached) no
checking for dup3 support... (cached) no
checking for accept4 support... (cached) no
checking for SOCK_CLOEXEC support... (cached) no
checking for getpwnam_r... no
checking for getpwuid_r... no
checking for getgrnam_r... no
checking for getgrgid_r... no

Checking for Shared Memory Support...
checking for library containing shm_open... no
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking sys/ipc.h usability... no
checking sys/ipc.h presence... no
checking for sys/ipc.h... no
checking sys/mutex.h usability... no
checking sys/mutex.h presence... no
checking for sys/mutex.h... no
checking sys/shm.h usability... no
checking sys/shm.h presence... no
checking for sys/shm.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for mmap... no
checking for munmap... no
checking for shm_open... no
checking for shm_unlink... no
checking for shmget... no
checking for shmat... no
checking for shmdt... no
checking for shmctl... no
checking for create_area... no
checking for MAP_ANON in sys/mman.h... no
checking for /dev/zero... configure: error: cannot check for file existence when cross compiling


Any thoughts  to push me in the right direction?

Kind regards,
Thomas


--_000_6EE7D1502C48E44E92DCADF9DD3E0DB9025D4BF80409SRVVS06TELE_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-length: 23854

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=NL-BE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>I am currently trying to compile Apache Portable Runtime on eCos &#8211; ARM9 for my thesis (porting a C application to the Celix OSGI framework running on eCos). I don&#8217;t have a lot of experience with cross compiling. I tried to configure APR without success. See below for output of the ./config command.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>export PATH=$PATH:/home/thomas/ecos/pr_7336/compiler/bin/<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>export PATH=$PATH:/home/thomas/ecos/pr_7336/tools/<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>./configure --build=x86_64-unknown-linux-gnu --host=arm-elf --target=arm-elf --prefix=/home/thomas/aprCCTest/build &amp;&gt; output.txt<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Output.txt:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking build system type... x86_64-unknown-linux-gnu<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking host system type... arm-unknown-elf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking target system type... arm-unknown-elf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Configuring APR library<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Platform: arm-unknown-elf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for working mkdir -p... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>APR Version: 1.4.8<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for chosen layout... apr<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-gcc... arm-elf-gcc<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether the C compiler works... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for C compiler default output file name... a.out<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for suffix of executables... <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether we are cross compiling... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for suffix of object files... o<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether we are using the GNU C compiler... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether arm-elf-gcc accepts -g... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-gcc option to accept ISO C89... none needed<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for a sed that does not truncate output... /bin/sed<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Applying APR hints file rules for arm-unknown-elf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>(Default will be unix)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether make sets $(MAKE)... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to run the C preprocessor... arm-elf-gcc -E<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for gawk... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for mawk... mawk<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether ln -s works... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-ranlib... arm-elf-ranlib<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for a BSD-compatible install... /usr/bin/install -c<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for rm... rm<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for as... as<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for cpp... cpp<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-ar... arm-elf-ar<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for grep that handles long lines and -e... /bin/grep<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for egrep... /bin/grep -E<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for ANSI C header files... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/types.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/stat.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for stdlib.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for string.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for memory.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for strings.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for inttypes.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for stdint.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for unistd.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking minix/config.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking minix/config.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for minix/config.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether it is safe to define __EXTENSIONS__... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing strerror... none required<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether system uses EBCDIC... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>performing libtool configuration...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to print strings... printf<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for a sed that does not truncate output... (cached) /bin/sed<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for fgrep... /bin/grep -F<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for ld used by arm-elf-gcc... /home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if the linker (/home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld) is GNU ld... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for BSD- or MS-compatible name lister (nm)... /home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking the name lister (/home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B) interface... BSD nm<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking the maximum length of command line arguments... 1572864<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether the shell understands some XSI constructs... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether the shell understands &quot;+=&quot;... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-elf format... func_convert_file_noop<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for /home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld option to reload object files... -r<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-objdump... objdump<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to recognize dependent libraries... unknown<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-dlltool... dlltool<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to associate runtime and link libraries... printf %s\n<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-ar... (cached) arm-elf-ar<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for archiver @FILE support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-strip... arm-elf-strip<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-ranlib... (cached) arm-elf-ranlib<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking command to parse /home/thomas/ecos/pr_7336/compiler/bin//arm-elf-nm -B output from arm-elf-gcc object... ok<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sysroot... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-mt... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for mt... mt<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>configure: WARNING: using cross tools not prefixed with host triplet<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if mt is a manifest tool... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for dlfcn.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for objdir... .libs<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if arm-elf-gcc supports -fno-rtti -fno-exceptions... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for arm-elf-gcc option to produce PIC... -fPIC -DPIC<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if arm-elf-gcc PIC flag -fPIC -DPIC works... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if arm-elf-gcc static flag -static works... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if arm-elf-gcc supports -c -o file.o... rm: cannot remove `conftest*': No such file or directory<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if arm-elf-gcc supports -c -o file.o... (cached) yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether the arm-elf-gcc linker (/home/thomas/ecos/pr_7336/compiler/arm-elf/bin/ld) supports shared libraries... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether -lc should be explicitly linked in... rm: cannot remove `conftest*': No such file or directory<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking dynamic linker characteristics... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking how to hardcode library paths into programs... immediate<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether stripping libraries is possible... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking if libtool supports shared libraries... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether to build shared libraries... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether to build static libraries... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Check for compiler flags...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether the compiler provides atomic builtins... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether to enable -D_LARGEFILE64_SOURCE... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for libraries...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing gethostbyname... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing gethostname... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing socket... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing crypt... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for main in -ltruerand... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing modf... none required<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for Threads...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking pthread.h usability... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking pthread.h presence... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for CFLAGS needed for pthreads... <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for LIBS needed for pthreads... <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread.h... (cached) yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether pthread_getspecific takes two arguments... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking whether pthread_attr_getdetachstate takes one argument... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for recursive mutex support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread_key_delete... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread_rwlock_init... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread_attr_setguardsize... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for pthread_yield... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sched.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sched.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sched.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sched_yield... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>APR will use threads<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for readdir in -lc_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for gethostbyname in -lc_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for gethostbyaddr in -lc_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getservbyname in -lc_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for gethostbyname_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for gethostbyaddr_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getservbyname_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sigsuspend... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sigwait... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for poll... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for kqueue... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for port_create... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for epoll support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for epoll_create1 support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for dup3 support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for accept4 support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for SOCK_CLOEXEC support... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for fdatasync... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for epoll_create1 support... (cached) no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for dup3 support... (cached) no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for accept4 support... (cached) no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for SOCK_CLOEXEC support... (cached) no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getpwnam_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getpwuid_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getgrnam_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for getgrgid_r... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Checking for Shared Memory Support...<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for library containing shm_open... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/types.h... (cached) yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/mman.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/mman.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/mman.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/ipc.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/ipc.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/ipc.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/mutex.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/mutex.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/mutex.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/shm.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/shm.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/shm.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/file.h usability... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking sys/file.h presence... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for sys/file.h... yes<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking kernel/OS.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking kernel/OS.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for kernel/OS.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking os2.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking os2.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for os2.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking windows.h usability... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking windows.h presence... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for windows.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for mmap... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for munmap... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shm_open... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shm_unlink... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shmget... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shmat... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shmdt... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for shmctl... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for create_area... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for MAP_ANON in sys/mman.h... no<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>checking for /dev/zero... configure: error: cannot check for file existence when cross compiling<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Any thoughts &nbsp;to push me in the right direction?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Kind regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Thomas<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p></div></body></html>
--_000_6EE7D1502C48E44E92DCADF9DD3E0DB9025D4BF80409SRVVS06TELE_--


  parent reply	other threads:[~2014-02-05  8:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-26 14:44 [Bug 1001933] New: " bugzilla-daemon
2014-01-26 14:55 ` [Bug 1001933] " bugzilla-daemon
2014-02-03 19:33 ` bugzilla-daemon
2014-02-05  8:59 ` bugzilla-daemon [this message]
2016-12-04 23:55 ` bugzilla-daemon
     [not found] <bug-1001933-777@http.bugs.ecos.sourceware.org/>
2014-01-26 14:50 ` bugzilla-daemon
2014-01-26 14:55 ` bugzilla-daemon
2014-01-27 12:04 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-1001933-13-2cLeVEoeBL@http.bugs.ecos.sourceware.org/ \
    --to=bugzilla-daemon@bugs.ecos.sourceware.org \
    --cc=ecos-bugs@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).