All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] glibc : cannot compute suffix of object files: cannot compile
@ 2018-02-27  2:03 Julia Ding
  2018-02-27 13:13 ` Peter Seiderer
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Ding @ 2018-02-27  2:03 UTC (permalink / raw)
  To: buildroot

I'm using i.Mx6Q and I need QT5 + OpenGL. So I just change C library to glibc
in 'imx6-sabresd_qt5_defconfig'
When I try to make it, it shows this error

configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
package/pkg-generic.mk:237: recipe for target
'/buildroot/output/build/glibc-glibc-2.26-146-gd300041c533a3d837c9f37a099bcc95466860e98/.stamp_configured'
failed
make[1]: ***
[/buildroot/output/build/glibc-glibc-2.26-146-gd300041c533a3d837c9f37a099bcc95466860e98/.stamp_configured]
Error 1

My GCC compiler version is 6.X.

How to fix this? Thanks.



--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/

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

* [Buildroot] glibc : cannot compute suffix of object files: cannot compile
  2018-02-27  2:03 [Buildroot] glibc : cannot compute suffix of object files: cannot compile Julia Ding
@ 2018-02-27 13:13 ` Peter Seiderer
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Seiderer @ 2018-02-27 13:13 UTC (permalink / raw)
  To: buildroot

Hello Julia,

On Mon, 26 Feb 2018 19:03:12 -0700 (MST), Julia Ding <dingtasiling@gmail.com> wrote:

> I'm using i.Mx6Q and I need QT5 + OpenGL. So I just change C library to glibc
> in 'imx6-sabresd_qt5_defconfig'
> When I try to make it, it shows this error
> 
> configure: error: cannot compute suffix of object files: cannot compile
> See `config.log' for more details
> package/pkg-generic.mk:237: recipe for target
> '/buildroot/output/build/glibc-glibc-2.26-146-gd300041c533a3d837c9f37a099bcc95466860e98/.stamp_configured'
> failed
> make[1]: ***
> [/buildroot/output/build/glibc-glibc-2.26-146-gd300041c533a3d837c9f37a099bcc95466860e98/.stamp_configured]
> Error 1
> 
> My GCC compiler version is 6.X.
> 
> How to fix this? Thanks.

	$ make clean
	$ make

As stated in [1] 'Cleaning: Explicit cleaning is required when any of the architecture
or toolchain configuration options are changed.'...

Regards,
Peter

[1] http://nightly.buildroot.org/manual.html#make-tips

> 
> 
> 
> --
> Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2018-02-27 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27  2:03 [Buildroot] glibc : cannot compute suffix of object files: cannot compile Julia Ding
2018-02-27 13:13 ` Peter Seiderer

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.