avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [avr-libc-dev] Amazing result!]


From: patrick blanchard
Subject: Re: [Fwd: Re: [avr-libc-dev] Amazing result!]
Date: Mon, 17 Oct 2005 17:14:28 -0500
User-agent: KMail/1.7.2

I'm sending this over VNC, so could only capture the bash command used to 
build simulavr... but here is what I have anyway:

address@hidden:~$ export  PREFIX=$HOME/linuxtooling

address@hidden:~$ 
CPPFLAGS=-I /home/patrick/linuxtooling/foundry/binutils-2.16/object/bfd/ 
LDFLAGS=-L /home/patrick/linuxtooling/foundry/binutils-2.16/object/bfd/ 
../configure 
--prefix=$PREFIX

this would locate the bfd.c file, but not cascade into the libibery folder 
under bfd. I looked into the configure file and there seemed to be a problem 
after the Python search routine.. line 22324. I stopped there because I ran 
out of caffeine and it was really late.

  COND_HAS_PYTHON_FALSE=
fi




# Check whether --with-bfd-path or --without-bfd-path was given.
if test "${with_bfd_path+set}" = set; then
  withval="$with_bfd_path"


if test x"$bfd_h_location" == "x"; then
  echo "$as_me:$LINENO: checking bfd search- ${withval}/${host}/avr in 
\"include\" and \"lib\"" >&5
echo $ECHO_N "checking bfd search- ${withval}/${host}/avr in \"include\" and 
\"lib\"... $ECHO_C" >&6
      bfd_h_location=${withval}/${host}/avr/include
      bfd_a_location=${withval}/${host}/avr/lib
      if test -f ${bfd_h_location}/bfd.h -a \
         -f ${bfd_a_location}/libbfd.a; then
        echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
        libbfd_root_location="${withval}/${host}/avr"
      else
        echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
        bfd_a_location=""
        bfd_h_location=""

-- 
Patrick Blanchard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]