All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
@ 2010-11-17 21:34 bugzilla at busybox.net
  2010-11-17 21:44 ` [Buildroot] [Bug 2839] " bugzilla at busybox.net
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-17 21:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

           Summary: compile fails in various packages with a odd message
                    "error: impossible constraint in 'asm'"
           Product: buildroot
           Version: 2009.11
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: sergio at sergiomb.no-ip.org
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 2677
  --> https://bugs.busybox.net/attachment.cgi?id=2677
make libmad  >& errors.txt

With buildroot git version , I got several packages which I got this odd errror 

make libmad  >& errors.txt

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
@ 2010-11-17 21:44 ` bugzilla at busybox.net
  2010-11-19  0:04 ` bugzilla at busybox.net
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-17 21:44 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

--- Comment #1 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2683
  --> https://bugs.busybox.net/attachment.cgi?id=2683
dot config of this case

after compile gcc or on first error :
edit 
/home/sergio/hardware/moviecube/buildroot/output/staging/usr/include/bits/wordsize.h

and change _MIPS_SZPTR by 32 
which is the correct value.

BTW I Had compile all this with buildroot-2010.08

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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
  2010-11-17 21:44 ` [Buildroot] [Bug 2839] " bugzilla at busybox.net
@ 2010-11-19  0:04 ` bugzilla at busybox.net
  2010-11-19  0:05 ` bugzilla at busybox.net
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19  0:04 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

--- Comment #2 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2701
  --> https://bugs.busybox.net/attachment.cgi?id=2701
same compile error for gmp

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
  2010-11-17 21:44 ` [Buildroot] [Bug 2839] " bugzilla at busybox.net
  2010-11-19  0:04 ` bugzilla at busybox.net
@ 2010-11-19  0:05 ` bugzilla at busybox.net
  2010-11-19  0:15 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19  0:05 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

--- Comment #3 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2707
  --> https://bugs.busybox.net/attachment.cgi?id=2707
dot config updated

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-11-19  0:05 ` bugzilla at busybox.net
@ 2010-11-19  0:15 ` bugzilla at busybox.net
  2010-11-19  0:23 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19  0:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

--- Comment #4 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2713
  --> https://bugs.busybox.net/attachment.cgi?id=2713
same compile error for libgcrypt

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-11-19  0:15 ` bugzilla at busybox.net
@ 2010-11-19  0:23 ` bugzilla at busybox.net
  2010-11-19  0:27 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19  0:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

S?rgio <sergio@sergiomb.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2683|0                           |1
        is obsolete|                            |
   Attachment #2701|0                           |1
        is obsolete|                            |

--- Comment #5 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2719
  --> https://bugs.busybox.net/attachment.cgi?id=2719
completed compile log for gmp

Sorry for spam , I am sending complete logs instead just the errors on 2nd
make.

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-11-19  0:23 ` bugzilla at busybox.net
@ 2010-11-19  0:27 ` bugzilla at busybox.net
  2010-11-19 15:53 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19  0:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

S?rgio <sergio@sergiomb.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2713|0                           |1
        is obsolete|                            |

--- Comment #6 from S?rgio <sergio@sergiomb.no-ip.org>  ---
Created attachment 2725
  --> https://bugs.busybox.net/attachment.cgi?id=2725
completed compile log for libgcrypt

Again sorry about spam.
I am sending complete logs instead just the errors on 2nd
make.
Hope don't mistakes this time

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2010-11-19  0:27 ` bugzilla at busybox.net
@ 2010-11-19 15:53 ` bugzilla at busybox.net
  2010-11-20  5:35 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-19 15:53 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gustavo at zacarias.com.ar

--- Comment #7 from Gustavo Zacarias <gustavo@zacarias.com.ar>  ---
Try using gcc 4.3.x instead of the (experimental) 4.5.x, this will probably fix
most of your constraint issues.
Since gcc 4.4+ MIPS became more sensitive to some optimizations thus breaking
some source code.

libmad is fixed in git.
libgcrypt will probably be fixed soon (fixed in my tree
GMP will have to wait IMHO since it's pretty tied up to the internal toolchain.
I've got a fix for it but don't expect it to ship for the 2010.11 release since
it's part of an internal toolchain revamp.

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2010-11-19 15:53 ` bugzilla at busybox.net
@ 2010-11-20  5:35 ` bugzilla at busybox.net
  2010-11-24  4:16 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-20  5:35 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

S?rgio <sergio@sergiomb.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal

--- Comment #8 from S?rgio <sergio@sergiomb.no-ip.org>  ---
libmad is fixed with last git, great. For me, just libmad was blocker, so I
change the bug importance to normal.

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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2010-11-20  5:35 ` bugzilla at busybox.net
@ 2010-11-24  4:16 ` bugzilla at busybox.net
  2011-01-31 20:14 ` bugzilla at busybox.net
  2011-02-06 23:20 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2010-11-24  4:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

--- Comment #9 from S?rgio <sergio@sergiomb.no-ip.org>  ---
(In reply to comment #7)
> Try using gcc 4.3.x instead of the (experimental) 4.5.x, this will probably fix
> most of your constraint issues.
> Since gcc 4.4+ MIPS became more sensitive to some optimizations thus breaking
> some source code.
> 
> libmad is fixed in git.
> libgcrypt will probably be fixed soon (fixed in my tree
> GMP will have to wait IMHO since it's pretty tied up to the internal toolchain.
> I've got a fix for it but don't expect it to ship for the 2010.11 release since
> it's part of an internal toolchain revamp.

After back to gcc 4.3 and with lastest git I had also compile libgcrypt and
GMP.

so may be we can close the bug has fixed.

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2010-11-24  4:16 ` bugzilla at busybox.net
@ 2011-01-31 20:14 ` bugzilla at busybox.net
  2011-02-06 23:20 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-01-31 20:14 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

Gustavo Zacarias <gustavo@zacarias.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Gustavo Zacarias <gustavo@zacarias.com.ar>  ---
Solved in git for gmp, libgcrypt and libmad.

-- 
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] 12+ messages in thread

* [Buildroot] [Bug 2839] compile fails in various packages with a odd message "error: impossible constraint in 'asm'"
  2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
                   ` (9 preceding siblings ...)
  2011-01-31 20:14 ` bugzilla at busybox.net
@ 2011-02-06 23:20 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2011-02-06 23:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2839

S?rgio <sergio@sergiomb.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #11 from S?rgio <sergio@sergiomb.no-ip.org>  ---
gmp, libgcrypt and libmad works here,
 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] 12+ messages in thread

end of thread, other threads:[~2011-02-06 23:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-17 21:34 [Buildroot] [Bug 2839] New: compile fails in various packages with a odd message "error: impossible constraint in 'asm'" bugzilla at busybox.net
2010-11-17 21:44 ` [Buildroot] [Bug 2839] " bugzilla at busybox.net
2010-11-19  0:04 ` bugzilla at busybox.net
2010-11-19  0:05 ` bugzilla at busybox.net
2010-11-19  0:15 ` bugzilla at busybox.net
2010-11-19  0:23 ` bugzilla at busybox.net
2010-11-19  0:27 ` bugzilla at busybox.net
2010-11-19 15:53 ` bugzilla at busybox.net
2010-11-20  5:35 ` bugzilla at busybox.net
2010-11-24  4:16 ` bugzilla at busybox.net
2011-01-31 20:14 ` bugzilla at busybox.net
2011-02-06 23:20 ` bugzilla at busybox.net

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.