All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 7844] New: Lua with hard-float on MIPS by buildroot doesn't work
@ 2015-01-29  0:04 bugzilla at busybox.net
  2015-01-29  0:06 ` [Buildroot] [Bug 7844] " bugzilla at busybox.net
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bugzilla at busybox.net @ 2015-01-29  0:04 UTC (permalink / raw)
  To: buildroot

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.

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

end of thread, other threads:[~2015-04-02 15:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  0:04 [Buildroot] [Bug 7844] New: Lua with hard-float on MIPS by buildroot doesn't work bugzilla at busybox.net
2015-01-29  0:06 ` [Buildroot] [Bug 7844] " 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

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.