Peer Stritzinger

Results 25 comments of Peer Stritzinger

@sebhub so it fails because of some bdbuf stuff missing in the configure test case and not because `getifaddrs()` is missing. Any idea what could have happened here?

Apparently one cannot make a small program using getifaddrs without having a bdbuf configuration

These are normal autoconf tests, so no-one calls main(). The tests like most of those generate little programs with a main() and see if it links. Since normally main() is...

Well we would really like the tests to behave correctly. Fail for stuff that isn't there and succeed for things that is. Because 99% of the time it works just...

@sebhub Ah missed the comment about RTEMS version being too old

So I'd say since this is no blocking point at the moment we try to upgrade RTEMS version when we have the resources and then use -lrtemsdefaultconfig etc. to fix...

For the normal linking we have a explicit Init task which starts up Erlang. But this is not picked up by the configure tests and it can’t because it’s not...

Since you already have a debugger connected: Did you check if the msgs that are passed to the ioctl are correct or if the problem is visible already here: https://github.com/grisp/grisp/blob/master/grisp/grisp_base/drivers/grisp_i2c_drv.c#L155

BTW are you using OpenOCD for Debugging or did you connect a external JTAG debugger? Be aware of this issue in OpenOCD: https://github.com/grisp/grisp-software/issues/33 The description is a bit muddled (some...

Re Debugging: There are two ways to attach a debugger to the GRiSP board: 1. Just a USB Cable via the on board USB->JTAG support and just a software solution...