From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 7844] New: Lua with hard-float on MIPS by buildroot doesn't work
Date: Thu, 29 Jan 2015 00:04:18 +0000 (UTC) [thread overview]
Message-ID: <bug-7844-163@https.bugs.busybox.net/> (raw)
https://bugs.busybox.net/show_bug.cgi?id=7844
Summary: Lua with hard-float on MIPS by buildroot doesn't work
Product: buildroot
Version: 2014.11
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: brotherjinho at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
I found something strange.
I wrote simple script that print the variable in Lua. It worked on x86 on
linux. I tried to run it on my target device that is MIPS little endian. I
prepared the lua by buildroot. I used 'hard-float' option for performance
issue. But this simple script doesn't work. I used Sourcery CodeBench.
I tested it with 'soft-float' option. Then lua worked correctly. Have you the
experience like that?
The lua code is like below.
=================
local var = 131523;
print(var);
=================
It must print 131523. But my target printed 0 . What's wrong?
--
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.
next reply other threads:[~2015-01-29 0:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 0:04 bugzilla at busybox.net [this message]
2015-01-29 0:06 ` [Buildroot] [Bug 7844] Lua with hard-float on MIPS by buildroot doesn't work bugzilla at busybox.net
2015-01-29 8:18 ` bugzilla at busybox.net
2015-01-29 10:51 ` bugzilla at busybox.net
2015-01-29 11:05 ` bugzilla at busybox.net
2015-01-29 11:17 ` bugzilla at busybox.net
2015-01-29 12:16 ` bugzilla at busybox.net
2015-01-30 14:43 ` bugzilla at busybox.net
2015-01-30 14:46 ` bugzilla at busybox.net
2015-01-31 0:48 ` bugzilla at busybox.net
2015-02-03 12:21 ` bugzilla at busybox.net
2015-02-03 14:13 ` bugzilla at busybox.net
2015-04-02 15:21 ` bugzilla at busybox.net
2015-04-02 15:26 ` bugzilla at busybox.net
2015-04-02 15:28 ` bugzilla at busybox.net
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-7844-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.