Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] qtwebkit illegal instruction problem with external toolchain
@ 2011-01-17 12:06 Belisko Marek
  2011-01-17 18:45 ` Matt Johnson
  0 siblings, 1 reply; 6+ messages in thread
From: Belisko Marek @ 2011-01-17 12:06 UTC (permalink / raw)
  To: buildroot

My git head is ca2b65a6515800991dae49d1815b7bb933f4015c.
Compile qt including webkit with external toolchain (codesourcery
default from selection).

Use simple qt code to test webkit:
int main(int argc, char *argv[])
{
        QApplication a(argc, argv);
        QWebView *view = new QWebView();

        view->load(QUrl("http://mrdoob.com/projects/chromeexperiments/ball_pool/"));

	view->showFullScreen();
        return a.exec();
}

After app. starting it failed with Illegal instruction (don't check deeply).

Do same with buildroot builded toolchain (default selection just add
WCHAR and C++ support to be able compile QT).
Application work fine without problem.

Marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
icq: 290551086
web: http://open-nandra.com

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

end of thread, other threads:[~2011-01-24 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 12:06 [Buildroot] qtwebkit illegal instruction problem with external toolchain Belisko Marek
2011-01-17 18:45 ` Matt Johnson
2011-01-24 17:22   ` Thomas Petazzoni
2011-01-24 20:00     ` Belisko Marek
2011-01-24 20:09       ` Thomas Petazzoni
2011-01-24 20:11         ` Belisko Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox