* [Buildroot] [Bug 8386] New: build failed with external toolchain
@ 2015-10-05 2:28 bugzilla at busybox.net
2015-10-05 2:32 ` [Buildroot] [Bug 8386] " bugzilla at busybox.net
2015-10-05 6:28 ` bugzilla at busybox.net
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2015-10-05 2:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8386
Summary: build failed with external toolchain
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: glscantlen at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 6176
--> https://bugs.busybox.net/attachment.cgi?id=6176
my defconfig
using :
git clone git://git.busybox.net/buildroot
commit# latest 2015.10.04
Build with external toolchain failed.
improper pre-compile condition statement.
toolchain/toolchain-wrapper.c ~line 147
#elif BR_CROSS_PATH_ABS
should it be: ?
#elif defined BR_CROSS_PATH_ABS
It works for me :)
Gary
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [Bug 8386] build failed with external toolchain 2015-10-05 2:28 [Buildroot] [Bug 8386] New: build failed with external toolchain bugzilla at busybox.net @ 2015-10-05 2:32 ` bugzilla at busybox.net 2015-10-05 6:28 ` bugzilla at busybox.net 1 sibling, 0 replies; 3+ messages in thread From: bugzilla at busybox.net @ 2015-10-05 2:32 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=8386 --- Comment #1 from glscantlen <glscantlen@gmail.com> 2015-10-05 02:32:26 UTC --- commit # 70a61bbfb3922df8a9b323023e7be555cfe1272b -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 8386] build failed with external toolchain 2015-10-05 2:28 [Buildroot] [Bug 8386] New: build failed with external toolchain bugzilla at busybox.net 2015-10-05 2:32 ` [Buildroot] [Bug 8386] " bugzilla at busybox.net @ 2015-10-05 6:28 ` bugzilla at busybox.net 1 sibling, 0 replies; 3+ messages in thread From: bugzilla at busybox.net @ 2015-10-05 6:28 UTC (permalink / raw) To: buildroot https://bugs.busybox.net/show_bug.cgi?id=8386 Peter Korsgaard <jacmet@uclibc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> 2015-10-05 06:28:08 UTC --- indeed, it is broken since yesterday. Fixed by: commit ccdb179d24a2d99ce4f3078bfcd2ffee5af60701 Author: Peter Korsgaard <peter@korsgaard.com> Date: Mon Oct 5 08:25:17 2015 +0200 toolchain-wrapper.c: unbreak BR_CROSS_PATH_ABS handling Fixes #8386 We should check if BR_CROSS_PATH_ABS is defined, not if it evalutates to true for the pre processor. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Thanks! -- Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-05 6:28 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-05 2:28 [Buildroot] [Bug 8386] New: build failed with external toolchain bugzilla at busybox.net 2015-10-05 2:32 ` [Buildroot] [Bug 8386] " bugzilla at busybox.net 2015-10-05 6:28 ` bugzilla 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