PowerPC issues with binutils-2.28

2017-05-18 Thread Chris Johns
Hi, I am seeing ... ../../../../../mcp750/lib/bootloader.o: In function `start': /opt/work/chris/rtems/kernel/rtems.git/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/../../../powerpc/shared/bootloader/head.S:140:(.text+0x8a): dangerous relocation: generic linker can't handle R_PPC_SECTOFF_

RE: rtems_fatal() as inline in a header file

2017-05-18 Thread Pham, Phong
Hi Sebastian, I am only interested in moving rtems_fatal() implementation to a fatal.c (thus removing the inline) and leave the indirection issue alone. Are you comfortable with this (b4 I do the work and checkin)? In this manner, the API remain the same. With regard to the message "Notice:

Re: rtems_fatal() as inline in a header file

2017-05-18 Thread Gedare Bloom
On Thu, May 18, 2017 at 2:35 PM, Pham, Phong wrote: > > Hi Sebastian, > > I am only interested in moving rtems_fatal() implementation to a fatal.c > (thus removing the inline) and leave the indirection issue alone. Are you > comfortable with this (b4 I do the work and checkin)? In this manner,

Fix for #2876

2017-05-18 Thread Stavros Passas
Hello all, I noticed there are some bugs in trac with the "need funding" tag (which I guess means they are unassigned). Thus I said to try helping knocking them down, so here is a fix for ticket #2876: >From f40a4325568e36749e5a762504cc27863fadbfd2 Mon Sep 17 00:00:00 2001 From: Stavros Passas Da

Re: rtems_fatal() as inline in a header file

2017-05-18 Thread Sebastian Huber
On 18/05/17 20:35, Pham, Phong wrote: I am only interested in moving rtems_fatal() implementation to a fatal.c (thus removing the inline) and leave the indirection issue alone. Are you comfortable with this (b4 I do the work and checkin)? In this manner, the API remain the same. Why should

Re: PowerPC issues with binutils-2.28

2017-05-18 Thread Sebastian Huber
On 18/05/17 12:42, Chris Johns wrote: ../../../../../mcp750/lib/bootloader.o: In function `start': /opt/work/chris/rtems/kernel/rtems.git/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/../../../powerpc/shared/bootloader/head.S:140:(.text+0x8a): dangerous relocation: generic linker can't han

RTEMS DRIVER

2017-05-18 Thread Linta John
Hi, I am new to RTEMS.I want to write a sample character driver in RTEMS.Where to place my code ,which makefile should I edit and how to run it? Kindly do reply Linta ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: PowerPC issues with binutils-2.28

2017-05-18 Thread Chris Johns
On 19/05/2017 15:14, Sebastian Huber wrote: On 18/05/17 12:42, Chris Johns wrote: ../../../../../mcp750/lib/bootloader.o: In function `start': /opt/work/chris/rtems/kernel/rtems.git/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/../../../powerpc/shared/bootloader/head.S:140:(.text+0x8a):

Re: PowerPC issues with binutils-2.28

2017-05-18 Thread Sebastian Huber
On 19/05/17 08:45, Chris Johns wrote: On 19/05/2017 15:14, Sebastian Huber wrote: On 18/05/17 12:42, Chris Johns wrote: ../../../../../mcp750/lib/bootloader.o: In function `start': /opt/work/chris/rtems/kernel/rtems.git/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/../../../powerpc/sha

Re: RTEMS DRIVER

2017-05-18 Thread Sebastian Huber
On 19/05/17 08:42, Linta John wrote: Hi, I am new to RTEMS.I want to write a sample character driver in RTEMS.Where to place my code ,which makefile should I edit and how to run it? For a sample driver registered via IMFS_make_generic_node(), please have a look at: https://git.rtems.or