Re: I2C testcase linking error

2016-07-24 Thread Joel Sherrill
The linking error looks like some piece of configuration information is missing from the application. This results in the configuration information from the application but being complete and another set being pulled in from librtemscpu.a. that has the default configuration in it. On Jul 24, 2016

Re: I2C testcase linking error

2016-07-24 Thread punit vara
Thanks a lot. :) I2C framework uses IMFS that why I think this solution worked. On Sun, Jul 24, 2016 at 11:52 PM, Ben Gras wrote: > All, > > Aha, I see the problem indeed. > From the output I conclude default-configuration.o is providing symbols > that conflict with

Re: I2C testcase linking error

2016-07-24 Thread punit vara
https://github.com/punitvara/rtems/tree/new You can reproduce linking error from this new branch. On Sat, Jul 23, 2016 at 11:57 PM, Ben Gras wrote: > All, > > > I tried to reproduce this. The I2C branch of your repo doesn't build > because of struct i2c not being

I2C testcase linking error

2016-07-22 Thread punit vara
I was testing I2C test case for BBB. When I hit compile I have got following linking error. Any clue what may be error ? arm-rtems4.12-gcc -B../../../../../beagleboneblack/lib/ -specs bsp_specs -qrtems -mcpu=cortex-a8 -O2 -g -ffunction-sections -fdata-sections -Wall -Wmissing-prototypes