* [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build
@ 2008-01-04 23:34 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-01-04 23:34 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1899
======================================================================
Reported By: yogy
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1899
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 01-04-2008 15:34 PST
Last Modified: 01-04-2008 15:34 PST
======================================================================
Summary: 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 .
======================================================================
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
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build
@ 2008-06-18 2:45 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-06-18 2:45 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1899
======================================================================
Reported By: yogy
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1899
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 01-04-2008 15:34 PST
Last Modified: 06-17-2008 19:45 PDT
======================================================================
Summary: 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 .
======================================================================
----------------------------------------------------------------------
glennswest - 06-17-08 19:45
----------------------------------------------------------------------
Building based on current snapshot of buildroot, problem still occurs on
avr32
Jun 18, 2008
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
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build
@ 2008-07-05 6:51 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-07-05 6:51 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1899
======================================================================
Reported By: yogy
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1899
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 01-04-2008 15:34 PST
Last Modified: 07-04-2008 23:51 PDT
======================================================================
Summary: 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 .
======================================================================
----------------------------------------------------------------------
glennswest - 06-17-08 19:45
----------------------------------------------------------------------
Building based on current snapshot of buildroot, problem still occurs on
avr32
Jun 18, 2008
----------------------------------------------------------------------
UlfSamuelsson - 07-04-08 23:51
----------------------------------------------------------------------
Maybe it needs an $(CONFIG_UPDATE) $(OPENSSL_DIR)
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
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build
@ 2008-07-05 7:27 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-07-05 7:27 UTC (permalink / raw)
To: buildroot
The following issue has been RESOLVED.
======================================================================
http://busybox.net/bugs/view.php?id=1899
======================================================================
Reported By: yogy
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1899
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-04-2008 15:34 PST
Last Modified: 07-05-2008 00:27 PDT
======================================================================
Summary: 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 .
======================================================================
----------------------------------------------------------------------
glennswest - 06-17-08 19:45
----------------------------------------------------------------------
Building based on current snapshot of buildroot, problem still occurs on
avr32
Jun 18, 2008
----------------------------------------------------------------------
UlfSamuelsson - 07-04-08 23:51
----------------------------------------------------------------------
Maybe it needs an $(CONFIG_UPDATE) $(OPENSSL_DIR)
----------------------------------------------------------------------
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
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build
@ 2008-07-17 10:40 bugs at busybox.net
0 siblings, 0 replies; 5+ messages in thread
From: bugs at busybox.net @ 2008-07-17 10:40 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1899
======================================================================
Reported By: yogy
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1899
Category: Architecture Specific
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-04-2008 15:34 PST
Last Modified: 07-17-2008 03:40 PDT
======================================================================
Summary: 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 .
======================================================================
----------------------------------------------------------------------
glennswest - 06-17-08 19:45
----------------------------------------------------------------------
Building based on current snapshot of buildroot, problem still occurs on
avr32
Jun 18, 2008
----------------------------------------------------------------------
UlfSamuelsson - 07-04-08 23:51
----------------------------------------------------------------------
Maybe it needs an $(CONFIG_UPDATE) $(OPENSSL_DIR)
----------------------------------------------------------------------
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
======================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-17 10:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18 2:45 [Buildroot] [buildroot 0001899]: Using the Atmel supplied build root, openssl fails to build bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2008-07-17 10:40 bugs at busybox.net
2008-07-05 7:27 bugs at busybox.net
2008-07-05 6:51 bugs at busybox.net
2008-01-04 23:34 bugs at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox