BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001899 [buildroot] Architecture Specific major always 01-04-08 15:34 07-17-08 03:40
Reporter yogy View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0001899: Using the Atmel supplied build root, openssl fails to build
Description openssl fails to build because avr32 architecture is not supported.

I have "hacked" the openssl.patch to change the entry for alpha ev4 (which I suppose does not really need buildroot support) to

+"linux-avr32","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",

all on one line.

Also, the gcc version used, does not support the -msoft-float option, so I had to remove the

$(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' \
      $(OPENSSL_DIR)/Configure

lines from openssl.mk. After this, openssl built fine for avr32 .
Additional Information
Attached Files

- Relationships

- Notes
(0008374)
glennswest
06-17-08 19:45

Building based on current snapshot of buildroot, problem still occurs on avr32
Jun 18, 2008
 
(0008934)
UlfSamuelsson
07-04-08 23:51

Maybe it needs an $(CONFIG_UPDATE) $(OPENSSL_DIR)
 
(0008944)
UlfSamuelsson
07-05-08 00:27

Fixed by adding an additional AVR32 specific patch.
Softfloat disabled if AVR32 is used.
config.* is updated to latest buildroot version.
Architecture specific patches allowed (*.patch.$(ARCH))
 

- Issue History
Date Modified Username Field Change
01-04-08 15:34 yogy New Issue
01-04-08 15:34 yogy Status new => assigned
01-04-08 15:34 yogy Assigned To  => buildroot
06-17-08 19:45 glennswest Note Added: 0008374
07-04-08 23:51 UlfSamuelsson Note Added: 0008934
07-05-08 00:27 UlfSamuelsson Status assigned => resolved
07-05-08 00:27 UlfSamuelsson Resolution open => fixed
07-05-08 00:27 UlfSamuelsson Note Added: 0008944
07-16-08 08:02 bernhardf Status resolved => new
07-17-08 03:40 bernhardf Status new => closed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker