mainSimulavr: an AVR simulator - Support: sr #106796, ./configure does not generate...

 
 

sr #106796: ./configure does not generate working makefiles

Submitter:  None
Submitted:  Tue 02 Jun 2009 02:16:08 AM UTC
   
 
Category:  bugs Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  onnokort
Originator Email:  -email is unavailable- Open/Closed:  Closed
Component Version:  * simulavrxx Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 24 Mar 2010 08:57:24 PM UTC, comment #4: 

Thank you. Closing now.

Onno Kortmann <onnokort>
Group Member
Tue 23 Mar 2010 11:49:12 PM UTC, comment #3: 

Well no - after all I posted the bug 6 months ago,.. I would hope it might have been fixed in the developer code base sometime in the last 6 months.

Anonymous
Tue 23 Mar 2010 09:41:42 PM UTC, comment #2: 

Are you sure that this still persists with the current developer code base (!WARNING!: it is in git now, you probably have to refetch it). I had very similar build system problems when not doing a proper 'autoreconf -i' cycle after getting the new code with the libbfd changes.

Onno Kortmann <onnokort>
Group Member
Tue 02 Jun 2009 02:24:59 AM UTC, comment #1: 

I spoke to soon,... another bug,... checkdebug.py is missing from the examples/anacomp directory.

Anonymous
Tue 02 Jun 2009 02:16:08 AM UTC, original submission:  

Hi,

I just tried to build simulavrxx against binutils-2.19.1 and the makefiles generated by ./configure had two errors.

The configure line I used was:

./configure --with-bfd-path=../binutils-2.19.1/bfd/

The errors were:
1. in the src/Makefile the variables below looked like:
     bfd_a_location = ../../binutils-2.19.1/bfd//
     bfd_h_location = ../../binutils-2.19.1/bfd//
   when they needed to be:
     bfd_a_location = ../../binutils-2.19.1/bfd//
     bfd_h_location = ../../binutils-2.19.1/bfd//
2. The line:
     LIBS = -lncurses
   needed to be:
     LIBS = -lncurses -lz
   to stop lots of complaints about missing symbols in compress.c
   from binutils (I guess they now using compression from libz)

Once I fixed these things seemed to be OK.

Cheers,

  Paul

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by onnokort (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-24 onnokort StatusNeed Info Done
        Open/ClosedOpen Closed
    2010-03-23 onnokort StatusNone Need Info
        Assigned toNone onnokort

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code