[PSR] Error while downloading files to remote system - WR

Jiri Hubacek hubacji1 at fel.cvut.cz
Fri Nov 3 16:56:38 CET 2017


On 11/03/2017 04:31 PM, Mykhaylo Zelenskyy wrote:
> Hi,
> 
> I have an issue with downloading files to remote system in WR. Both 
> remote system and project were created as it's shown in assignment 3 and 
> when I try to download .vxe files to vxsim, an error "Illegal flags 
> combination" occurs. I download files as it's discribed in assignment 1 
> or is it some another procedure when downloading to a simulator with SHM 
> support?

Please, check that you:
- build for right target (simulator),
- project is *Real-Time Process*,
- use proper kernel (with shm support).

Then try to comment out the content of `main` function like
```
int main(int argc, char **argv)
{
     return 0;
}
```
and build/run it again.

Please, let know if both fails. Otherwise there is probably a problem 
within your code.

Thanks,
Jiri Hubacek



More information about the PSR mailing list