RE: BeagleboneBlack - RTEMS/FreeBSD/USB Testing Failure.

2019-06-26 Thread JunBeom Kim
Dear Chris, Thank you very much for your help. I will check this. Best Regards, JunBeom -Original Message- From: Chris Johns Sent: Thursday, June 27, 2019 3:31 PM To: JunBeom Kim ; users@rtems.org Subject: Re: BeagleboneBlack - RTEMS/FreeBSD/USB Testing Failure. On 27/6/19 12:19 am, J

Re: BeagleboneBlack - RTEMS/FreeBSD/USB Testing Failure.

2019-06-26 Thread Chris Johns
On 27/6/19 12:19 am, JunBeom Kim wrote: > > I am testing RTEMS kernel example and rtems-libbsd USB example on Beaglebone > Black board. > > When I test RTEMS kernel ticker example, there was not any problem. > > But, when I test rtems-libbsd/usb, there is below error. > > If anyone test USB on

Re: function declare

2019-06-26 Thread Mr. Andrei Chichak
Assume that you are using C and C has a facility to bind together object modules from different files. You define a function in one file, it has a bunch of parameters and doesn’t return anything. In another file you use that function but don’t have a prototype that tells the compiler anything

BeagleboneBlack - RTEMS/FreeBSD/USB Testing Failure.

2019-06-26 Thread JunBeom Kim
Dear Sir, I am testing RTEMS kernel example and rtems-libbsd USB example on Beaglebone Black board. When I test RTEMS kernel ticker example, there was not any problem. But, when I test rtems-libbsd/usb, there is below error. If anyone test USB on TI beagle board successfully, please advis