Re: Error with Boost scope

2020-02-04 Thread M. Dodson
On 4 Feb 2020, at 16:41, Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 04/02/2020 14:37, M. Dodson wrote: Specifically, my waf has: includes = [ ... '/Users/michaeldodson/projects/rtems_root/boost_1_72_0', '/usr/local/include’] It seems to be finding the

Re: Error with Boost scope

2020-01-31 Thread M. Dodson
On 30 Jan 2020, at 22:46, Chris Johns mailto:chr...@rtems.org>> wrote: On 31/1/20 3:12 am, M. Dodson wrote: *** I am hitting the mailing list with two questions because I’m not sure they’re sufficiently related to be in the same email. Much of this information will be the identical b

Error using 'ctime'

2020-01-30 Thread M. Dodson
*** I am hitting the mailing list with two questions because I’m not sure they’re sufficiently related to be in the same email. Much of this information will be the identical between them, but the traces will be different. *** I am trying to build the simplest of demo applications from the

Error with Boost scope

2020-01-30 Thread M. Dodson
*** I am hitting the mailing list with two questions because I’m not sure they’re sufficiently related to be in the same email. Much of this information will be the identical between them, but the traces will be different. *** I am trying to build the simplest of demo applications from the

simple networking

2020-02-03 Thread M. Dodson
Hi, I’m trying to set up a simple example using TCP/IP comms in RTEMS. I’m using rtems5 and targeting RISC-V (rv64imac_medany). I’ve tried to follow the RTEMS Networking User Manual. The manual says RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_NAME should be defined in my bsp.h

Re: simple networking

2020-02-03 Thread M. Dodson
On 3 Feb 2020, at 16:43, M. Dodson mailto:md...@cam.ac.uk>> wrote: Hi, I’m trying to set up a simple example using TCP/IP comms in RTEMS. I’m using rtems5 and targeting RISC-V (rv64imac_medany). I’ve tried to follow the RTEMS Networking User Manual. The manua

Re: Error with Boost scope

2020-02-04 Thread M. Dodson
>> >> Specifically, my waf has: >> >> includes = [ >> ... >> '/Users/michaeldodson/projects/rtems_root/boost_1_72_0', >> '/usr/local/include’] >> >> It seems to be finding the header files just fine, as the errors are >> associated with a declaration within the header that isn’t in scope. >

Re: Error with Boost scope

2020-02-04 Thread M. Dodson
On 31 Jan 2020, at 11:59, M. Dodson mailto:md...@cam.ac.uk>> wrote: On 30 Jan 2020, at 22:46, Chris Johns mailto:chr...@rtems.org>> wrote: On 31/1/20 3:12 am, M. Dodson wrote: *** I am hitting the mailing list with two questions because I’m not sure they’re sufficie

Re: open source robotics projects

2020-01-22 Thread M. Dodson
I’m using RTEMS in a research project, comparing different domains. Domains of what? Ah, ‘domain’ *is* pretty vague. We are looking at the effects of different hardware architectures on the behaviour of real time systems, and we want several realistic use cases. Robotics is one example.