I got the test to run but there were tons of errors. I haven't touched any
of the source or really dived into it.
RTEMS Testing - Tester, 5.0.not_released
Command Line: /home/zakonrockets/development/rtems/5/bin/rtems-test
--rtems-tools=/home/zakonrockets/development/rtems/5 --rtems-bsp=pc-qemu
/
On 12/8/20 10:20 pm, Marcos Jose-Louis wrote:
> I'm trying to mount a NFS partition from a server on a sparc board.
> My app is basically configuring the network, and trying to mount the NFS
> server share using mount_andmmake_target_path() API.
>
> err = mount_and_make_target_path(
> "63
On Wed, Aug 12, 2020 at 9:33 AM Jose L. Marcos
wrote:
> Thank's Joel
>
> Adding '#define CONFIGURE_MAXIMUM_DRIVERS 15' to my system.h config file
> make me one step further...
>
> I still get a non-0 return value for mount_and_make_target_path. I
> printed errno value before 'assert(err == 0)' li
Thank's Joel
Adding '#define CONFIGURE_MAXIMUM_DRIVERS 15' to my system.h config file
make me one step further...
I still get a non-0 return value for mount_and_make_target_path. I
printed errno value before 'assert(err == 0)' line and it's errno=22
(EINVAL: invalid args); but can't tell whi
On Wed, Aug 12, 2020 at 7:20 AM Marcos Jose-Louis
wrote:
> Hi
>
> I'm trying to mount a NFS partition from a server on a sparc board.
> My app is basically configuring the network, and trying to mount the NFS
> server share using mount_andmmake_target_path() API.
>
> err = mount_and_make_target_p
Hi
I'm trying to mount a NFS partition from a server on a sparc board.
My app is basically configuring the network, and trying to mount the NFS server
share using mount_andmmake_target_path() API.
err = mount_and_make_target_path(
"6331.1150 at 10.160.7.217:/home/marcosjl/",
"/nf