1

To install RTEMS and all the requirements, I need the install bin to work correctly and it seems not to be the case.

Indeed, when I try "install -c -d tmp/foo/bar" it doesn't create the directories as it should.

On the RTEMS doc, they say I need to upgrade GNU fileutils, but how should I do so? I've search the internet but found nothing...

You can see the concerned RTEMS getting started page here.

I'm running a centos 6.3 virtual machine.

Thanks, Guillaume

gcomte
  • 51
  • 1
  • 7

1 Answers1

0

For the original issue, you need to install an updated GNU coreutils. Nowadays, you should use the RTEMS Source Builder (RSB) to get started with RTEMS, because RSB will build all the dependencies you need in a host-independent fashion.

gedare
  • 126
  • 3