All of lore.kernel.org
 help / color / mirror / Atom feed
* Building gdb-7.10 for arm with master
@ 2016-03-05 21:19 Rudolf J Streif
  2016-03-05 21:40 ` Burton, Ross
  0 siblings, 1 reply; 14+ messages in thread
From: Rudolf J Streif @ 2016-03-05 21:19 UTC (permalink / raw)
  To: yocto

At least for arm (I have not tested other arch) building gdb-7.10 with

Build Configuration:                                                                                                                          
BB_VERSION        = "1.29.0"                                                                                                                  
BUILD_SYS         = "x86_64-linux"                                                                                                            
NATIVELSBSTRING   = "Fedora-22"                                                                                                               
TARGET_SYS        = "arm-poky-linux-gnueabi"                                                                                                  
MACHINE           = "beaglebone"                                                                                                              
DISTRO            = "poky"                                                                                                                    
DISTRO_VERSION    = "2.0+snapshot-20160305"                                                                                                   
TUNE_FEATURES     = "arm armv7a vfp  neon        callconvention-hard        cortexa8"                                                         
TARGET_FPU        = "hard"                                                                                                                    
meta                                                                                                                                          
meta-poky                                                                                                                                     
meta-yocto-bsp    = "master:5cd71fe432c9bdfd3ff519543e96e8caa2b7cf6c"                                                                         
meta-oe                                                                                                                                       
meta-python       = "master:36aab3f797630e3de680a88523f40ead4ca95d28"                                                                         
meta-qt5          = "master:88a7f264ef5f64d73881c384d22bf883b2cbf72e"

compile fails with the following error message:

| make[2]: *** No rule to make target '../readline/libreadline.a', needed by 'gdb'.  Stop.
| make[2]: *** Waiting for unfinished jobs....

The reason seems to be a broken path to the built-in readline in the makefile as the default configuration is 
--without-system-readline. Enabling

PACKAGECONFIG_append_pn-dbg = " readline"

solves the problem.

I wonder if anybody else has observed this problem?

Cheers,
Rudi


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-03-10 10:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-05 21:19 Building gdb-7.10 for arm with master Rudolf J Streif
2016-03-05 21:40 ` Burton, Ross
2016-03-09 22:50   ` Wrong sstate signatures for cross toolchain Was: [yocto] " Martin Jansa
2016-03-09 22:50     ` Wrong sstate signatures for cross toolchain Was: " Martin Jansa
2016-03-09 22:51     ` Wrong sstate signatures for cross toolchain Was: [yocto] " Richard Purdie
2016-03-09 22:51       ` [OE-core] Wrong sstate signatures for cross toolchain Was: " Richard Purdie
2016-03-09 23:02     ` Wrong sstate signatures for cross toolchain Was: [yocto] " Richard Purdie
2016-03-09 23:02       ` [OE-core] Wrong sstate signatures for cross toolchain Was: " Richard Purdie
2016-03-09 23:52       ` Wrong sstate signatures for cross toolchain Was: [yocto] " Martin Jansa
2016-03-09 23:52         ` [OE-core] Wrong sstate signatures for cross toolchain Was: " Martin Jansa
2016-03-10  0:09         ` Wrong sstate signatures for cross toolchain Was: [yocto] " Richard Purdie
2016-03-10  0:09           ` [OE-core] Wrong sstate signatures for cross toolchain Was: " Richard Purdie
2016-03-10 10:34       ` Wrong sstate signatures for cross toolchain Was: [yocto] " Peter A. Bigot
2016-03-10 10:34         ` [OE-core] Wrong sstate signatures for cross toolchain Was: " Peter A. Bigot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.