Re: [riot-devel] Απ: Problem with "make" -lm missing.

2016-08-09 Thread Laurent Navet
> Any chances that I can run on Arduino Uno?

Arduino uno is not fully functional for now, depends on your
application needs
Basically, UART and timers should work, gpio are untested, no pwm 

Fetch #5590 and #5451 PR and try 

Good luck,

-- 
« On ne résout pas un problème avec les modes de pensée qui l’ont engendré. »
« You cannot solve current problems with current thinking. Current
problems are the result of current thinking »
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


[riot-devel] Απ: Problem with "make" -lm missing.

2016-08-09 Thread MiTsArAs Jimaras
Okay I understand.

Any chances that I can run on Arduino Uno?



Από: devel  εκ μέρους του Rene Kijewski 

Στάλθηκε: Τρίτη, 9 Αυγούστου 2016 1:53 μμ
Προς: devel@riot-os.org
Θέμα: Re: [riot-devel] Problem with "make" -lm missing.

Am Tue, 9 Aug 2016 10:21:51 +
schrieb MiTsArAs Jimaras :

> Because I have told to do so from my university!
>
> I can't explain further because I DON'T KNOW WHY!

Hi,

then either ask your prof / TA what your objective is or drop the class.
You may quote the author of the qemu-i386 port (that's me) that the port is in 
a bad shape (that's true).
But you are also welcome to bring the port up to speed, but please accept that 
we won't jump because the need port right now.

RIOT has full support for multiple inexpensive boards that might work better 
for you than emulation.
Please see: https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms
[https://avatars1.githubusercontent.com/u/3079480?v=3=400]

RIOT Platforms · RIOT-OS/RIOT Wiki · 
GitHub
github.com
RIOT - The friendly OS for IoT ... Board Supplier MCU (cpu) Radio Family Vendor 
Status Maintainer; native: RIOT: Linux/OSX on x86




Regards
Rene
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Απ: Problem with "make" -lm missing.

2016-08-09 Thread Oleg Hahm
Hi!

On Tue, Aug 09, 2016 at 08:27:04AM +, MiTsArAs Jimaras wrote:
> Now I have another problem!
> 
> I compile on native board, and everything is alright.
> 
> When I am trying to compile on qemu-i386, it seems to start, but I get no
> results.

Please note that support for i386 is rather rudimentary. Any particular reason
you want to use this platform?

Cheers,
Oleg
-- 
panic("Aarggh: attempting to free lock with active wait queue - shoot Andy");
linux-2.0.38/fs/locks.c


signature.asc
Description: PGP signature
___
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel


Re: [riot-devel] Απ: Problem with "make" -lm missing.

2016-08-09 Thread Ludwig Knüpfer
Hi,

It's difficult to say anything about this without seeing the actual source code.

Cheers,
Ludwig

Am 9. August 2016 10:27:04 MESZ, schrieb MiTsArAs Jimaras 
:
>Problem solved.
>
>Now I have another problem!
>
>I compile on native board, and everything is alright.
>
>When I am trying to compile on qemu-i386, it seems to start, but I get
>no results. All I get is:
>
>Building application "time" for "qemu-i386" with MCU "x86".
>
>"make" -C /home/d/RIOT/pkg/tlsf
>rm -rf /home/d/RIOT/examples/time/bin/pkg/qemu-i386/tlsf/src
>mkdir -p /home/d/RIOT/examples/time/bin/pkg/qemu-i386/tlsf/src
>patching file Makefile
>patching file tlsf-malloc.c
>patching file tlsf-malloc.h
>patching file tlsf.c
>patching file tlsf.h
>"make" -C /home/d/RIOT/boards/qemu-i386
>"make" -C /home/d/RIOT/boards/x86-multiboot-common
>"make" -C /home/d/RIOT/core
>"make" -C /home/d/RIOT/cpu/x86
>"make" -C /home/d/RIOT/drivers
>"make" -C /home/d/RIOT/sys
>"make" -C /home/d/RIOT/sys/auto_init
>"make" -C /home/d/RIOT/sys/quad_math
>   text   databssdechex filename
>123739   2392  68228 194359  2f737
>/home/d/RIOT/examples/time/bin/qemu-i386/time.elf
>true
>exec /home/d/RIOT/boards/qemu-i386/dist/term.py qemu-system-i386
>/home//RIOT/examples/time/bin
>/home/d/RIOT/examples/time/bin/qemu-i386/time.hex
>Type 'exit' to exit.
>Starting QEMU: qemu-system-i386 -serial tcp:0.0.0.0:55893 -nographic
>-monitor /dev/null -kernel
>/home/d/RIOT/examples/time/bin/qemu-i386/time.hex -m size=512
>
>2016-08-09 11:19:44.436878: Interrupt handling initialized
>2016-08-09 11:19:44.437139: PIC initialized
>2016-08-09 11:19:44.437568: Warning: Your hardware does not support the
>NX bit!
>2016-08-09 11:19:44.437834:  Setting PT_XD = 0.
>2016-08-09 11:19:44.438586: Kernel memory: 0x10 - 0x132000
>2016-08-09 11:19:44.438882:   .text:   0x100060 - 0x1172ef
>2016-08-09 11:19:44.439173:   .rodata: 0x118000 - 0x11ae08
>2016-08-09 11:19:44.439451:   .data:   0x12 - 0x1208e8
>2016-08-09 11:19:44.439737:   .bss:0x121000 - 0x131a84
>2016-08-09 11:19:44.440049: Unmapped memory: 0x132000 - 0x14
>2016-08-09 11:19:44.440254: Heap start: 0x14
>2016-08-09 11:19:44.440625:    - 0009fc00
>(usable)
>2016-08-09 11:19:44.441091:   0009fc00 - 000a
>(unusable: reseved)
>2016-08-09 11:19:44.441545:   000f - 0010
>(unusable: reseved)
>2016-08-09 11:19:44.441919:   0010 - 1ffe
>(usable)
>2016-08-09 11:19:44.674721:   1ffe - 2000
>(unusable: reseved)
>2016-08-09 11:19:44.675258:   fffc - 0001
>(unusable: reseved)
>2016-08-09 11:19:44.676789: There are 130734 free pages (510.680 MB)
>available for the heap.
>2016-08-09 11:19:44.677060: Virtual memory initialized
>2016-08-09 11:19:44.677378: RTC initialized [08:19:44, 2016-08-09]
>2016-08-09 11:19:44.677551: PIT initialized
>2016-08-09 11:19:44.677769: Looking up PCI devices
>2016-08-09 11:19:44.678502:   00:00.0 "Intel Corporation": "440FX -
>82441FX PMC [Natoma]" (Bridge device: Host bridge, rev: 02)
>2016-08-09 11:19:44.679282:   00:01.0 "Intel Corporation": "82371SB
>PIIX3 ISA [Natoma/Triton II]" (Bridge device: ISA bridge, rev: 00)
>2016-08-09 11:19:44.680175:   00:01.1 "Intel Corporation": "82371SB
>PIIX3 IDE [Natoma/Triton II]" (Mass storage controller: IDE controller,
>rev: 00)
>2016-08-09 11:19:44.680531: BAR 4: I/O space, ports 0xc040-0xc04f
>2016-08-09 11:19:44.681289:   00:01.3 "Intel Corporation":
>"82371AB/EB/MB PIIX4 ACPI" (Bridge device: Other bridge device, rev:
>03)
>2016-08-09 11:19:44.681535: IRQ: new = 10, old = 9
>2016-08-09 11:19:44.682184:   00:02.0 "0x1234": "0x" (Display
>controller: VGA-compatible controller, rev: 02)
>2016-08-09 11:19:44.695092: BAR 0: memory, physical =
>0xfd00-0xfdff, virtual = 0x0023d000-0x0123cfff
>2016-08-09 11:19:44.695797: BAR 2: memory, physical =
>0xfebf-0xfebf0fff, virtual = 0x1fff7000-0x1fff7fff
>2016-08-09 11:19:44.696827:   00:03.0 "Intel Corporation": "82540EM
>Gigabit Ethernet Controller" (Network controller: Ethernet controller,
>rev: 03)
>2016-08-09 11:19:44.697108: IRQ: new = 10, old = 11
>2016-08-09 11:19:44.697756: BAR 0: memory, physical =
>0xfebc-0xfebd, virtual = 0x1fff9000-0x20018fff
>2016-08-09 11:19:44.698100: BAR 1: I/O space, ports 0xc000-0xc03f
>2016-08-09 11:19:44.698438: RIOT x86 hardware initialization complete.
>2016-08-09 11:19:44.698729: RIOT board initialization complete.
>2016-08-09 11:19:44.699216: main(): This is RIOT! (Version:
>2016.10-devel-21-gcf11a-D)
>
>
>After this, it just don't run. It was supposed to show a clock to me.
>
>
>Από: devel  εκ μέρους του Martine Lenders
>
>Στάλθηκε: Τρίτη, 9 Αυγούστου 2016 10:22 πμ
>Προς: RIOT OS kernel developers
>Θέμα: Re: [riot-devel] Problem with "make" -lm missing.
>
>Oops, forgot to