Re: devel Digest, Vol 90, Issue 37 --> RTEMS 5.0 error occurred in 'make' while --enable- tests

2019-05-07 Thread Aby Tom
You can reach the person managing the list at > devel-ow...@rtems.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of devel digest..." > > > Today's Topics: > >1. RTEMS 5.0 error occurred in 

RTEMS 5.0 error occurred in 'make' while --enable- tests are done

2019-05-07 Thread Aby Tom
Hello everyone, I am new to RTEMS, and was trying to build a new bsp for RTEMS 5 for tms570 family of boards. While doing the make, i come across this error. I had done --enable-tests in the previous command. Can anyone help me with this? Output from terminal is shown below. ( represent so

I think there is a mistake in some bsp_specs files

2015-05-13 Thread Tom
Hi all I read the bsp_specs files contained in some bsps, which reside in libbsp/arm, libbsp/bfin and libbsp/m32r *endfile: %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } ^ I think it should be %. I wrote a specs file and tested using gcc 4.8.2. __

problems with using libi2c framework to develop i2c driver for M24C08

2014-12-30 Thread Tom
Hi, everybody I am trying to write driver for an I2C eeprom, m24c08. The problem is that the 7bit eeprom i2c slave address will vary according to address I am trying to access. 7bit i2c address consist of 4bit device type, 1bit eeprom pin status, 2bit the MSB of the address of eeprom but i

Re:Re: Is this a bug in libi2c ?

2014-12-10 Thread Tom
yes , you are right. I should be more careful thank you very much At 2014-12-10 15:45:12, "Sebastian Huber" wrote: >The is no bug, since we have > > busses[i].name = nmcpy; > nmcpy = 0; > >and a free(NULL) is a nop. > >On 10/12/14

Is this a bug in libi2c ?

2014-12-09 Thread Tom
cpukit/libi2c/libi2c.c rtems_libi2c_register_bus this function saves the specified i2c bus name in a malloced space, but in the end of this function, the malloced space is freed. And in rtems_libi2c_register_drv , busses[busno].name is used to construct the specific device file.

Should the type of deviceOutputUsesInterrupts in console_fns struct be changed ?

2014-07-29 Thread Tom
c/src/libchip/serial/serial.h typedef struct _console_fns { bool(*deviceProbe)(int minor); int (*deviceFirstOpen)(int major, int minor, void *arg); int (*deviceLastClose)(int major, int minor, void *arg); int (*deviceRead)(int minor); ssize_t (*deviceWrite)(int minor