Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Thomas Zimmermann
Hi Jose, If you don't have the source code of the library, you should use the file that came pre-installed on the device. We have a script that backups such files and puts them into your source directory. You could adapt it to your needs. Have a look at the implementation for the Inari at [1].

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Andreas Gal
You can pull that library off the device and put it there on the FFOS image. We don’t use it but it seems the driver does. Andreas On Mar 17, 2014, at 2:13 AM, Jose Vidal jvida...@gmail.com wrote: Hi Thomas, Thanks for your help. The problem is solved: $ cp

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Jose Vidal
Hi Thomas and Andreas, Thanks to both. Ok. Let me check all the dependencies. Regards. jvidalsm ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] 03/17/2014 Tarako 1.3t Mozilla RIL Smoke Test Results - 45/49 tests passed, no new blocker

2014-03-17 Thread Peipei Cheng
45 out of 49 tests passed for the 2014-03-17 Tarako v1.3t Mozilla RIL Build. Test result is the same as last run on 2014-03-14. Mozilla RIL Build Smoketest Results: Moztrap test result link: https://moztrap.mozilla.org/results/cases/?filter-run=3609

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Jose Vidal
Hi again, I have this error: = target thumb C++: clatd_test = external/android-clat/clatd_test.cpp external/android-clat/clatd_test.cpp: In function 'void do_translate_packet(const uint8_t*, size_t, uint8_t*, size_t*, char const*)':

Re: [b2g] Introducing B2G to x86

2014-03-17 Thread Hugh Tay
Hello everyone, I've started a new Google group for this. Please feel free to drop by! =) https://groups.google.com/forum/?hl=en#!forum/b2g-x86 Cheers, Hugh ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Thomas Zimmermann
Hi Jose On 17.03.2014 12:34, Jose Vidal wrote: Hi again, I have this error: = target thumb C++: clatd_test = external/android-clat/clatd_test.cpp external/android-clat/clatd_test.cpp: In function 'void do_translate_packet(const uint8_t*, size_t, uint8_t*, size_t*,

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Gabriele Svelto
On 17/03/2014 12:34, Jose Vidal wrote: target thumb C++: clatd_test = external/android-clat/clatd_test.cpp external/android-clat/clatd_test.cpp: In function 'void do_translate_packet(const uint8_t*, size_t, uint8_t*, size_t*, char const*)': external/android-clat/clatd_test.cpp:424:25: error:

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Thomas Zimmermann
Hi Gabriele SOCK_NONBLOCK is not defined in older versions of bionic, it's been added only recently: https://android-review.googlesource.com/#/c/68291/ This will be useful for Gecko as well. Thanks for sharing! Best regards Thomas Since the underlying kernel supports it you have two

[b2g] app-manager doesn't recognize my device

2014-03-17 Thread Abhiram Chintangal
Hi everyone, I keep seeing this error when I try to connect my device with app-manager: 18:18:04: connecting to localhost:60834 18:18:04: connection error. Possible causes: USB port not connected, port not forwarded (adb forward), wrong host or port,remote debugging not enabled on

[b2g] No v1.3 automation report today

2014-03-17 Thread Viorela Ioia
Hi all, We can't generate an automation report today, as Hamachis and Jenkins are offline due to the Mountain View office moving. Sorry, Viorela ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] 03/17/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 48/48 tests passed, no new blockers

2014-03-17 Thread Marcia Knous
48 out of 48 tests passed for the 2014-03-17 Buri Master M-C Mozilla RIL Build. There are no major issues preventing the smoketest from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] My Firefox OS Game Programming Book is on Amazon!

2014-03-17 Thread Bob Thulfram
I wanted to post this here because I thanked B2G (and some of you here) specifically for your help with my blog posts (which is what the book started out as). Essentially I took the posts I wrote on my blog (http://firefoxosgaming.blogspot.com/) and massaged them into a book. The book is on

[b2g] 03/17/2014 Buri v1.3 MOZ RIL Smoke Test Results - 48/48 tests passed, no new blockers

2014-03-17 Thread Marcia Knous
48 out of 48 tests passed for the 2014-03-17 Buri v1.3.0 MOZ RIL Build. There are no major issues preventing the smoketest from passing. MOZ RIL Build Smoketest Results: Daily Smoke Test Logs:

Re: [b2g] GCC 4.4 for B2G

2014-03-17 Thread Ting-Yu Chou
Are you looking for this? http://gcc.gnu.org/wiki/DebugFission quote Fission is implemented in GCC 4.7, and requires support from recent versions of objcopy and the gold linker. Use the -gsplit-dwarf option to enable the generation of split DWARF at compile time. This option must be

Re: [b2g] Firefox OS on freescale

2014-03-17 Thread Jose Vidal
Hi Thomas, I have the image files. Now, How I can modify the files inside /device/fsl/arm2_6dq ? Do you have any references that I can help me ? Thanks in advance. Regards. jvidalsm ___ dev-b2g mailing list dev-b2g@lists.mozilla.org