From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yegor Yefremov Date: Wed, 03 Aug 2011 11:29:31 +0200 Subject: [Buildroot] openssl build failure Message-ID: <4E3914FB.8050202@visionsystems.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net I've tried to compile OpenSSL for ARM and got following error: arm-unknown-linux-uclibcgnueabi-gcc -DMONOLITH -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIO -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -c -o pkeyparam.o pkeyparam.c {standard input}: Assembler messages: {standard input}:284: Error: can't resolve `.LC4' {.rodata.str1.1 section} - `.LPIC5' {*UND* section} Any idea? About two or three month ago I had no problem compiling this library. Yegor