Re: Ticket#3889 updated

2021-04-05 Thread Gedare Bloom
On Sat, Apr 3, 2021 at 4:04 PM zack_on_the_speed_chanel wrote: > > Thanks so much I was able to get it working! I was able to modify the test > code and i was able to create the clock with the clock monotonic. > > I basically changed the the clock create argument to CLOCK_MONOTONIC which > shou

Re: Ticket#3889 updated

2021-04-03 Thread zack_on_the_speed_chanel
Thanks so much I was able to get it working! I was able to modify the test code and i was able to create the clock with the clock monotonic. I basically changed the the clock create argument to CLOCK_MONOTONIC which should test the branch. During test it failed at puts( "timer_create - OK"

Re: Ticket#3889 updated

2021-04-02 Thread zack_on_the_speed_chanel
Yes the build works successfully. I tried to also just try BUILD_PSXTESTS only and it failed midway. I also tried to do an automated build. It failed with __start symbol not found. Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Thursday, April 1, 2021 10:10 PM, Gedare B

Re: Ticket#3889 updated

2021-04-02 Thread Gedare Bloom
On Fri, Apr 2, 2021 at 12:19 PM zack_on_the_speed_chanel wrote: > > Yes the build works successfully. I tried to also just try BUILD_PSXTESTS > only and it failed midway. I also tried to do an automated build. It failed > with __start symbol not found. > > You also need to enable the POSIX API/s

Re: Ticket#3889 updated

2021-04-01 Thread zack_on_the_speed_chanel
Did i do anything wrong with my .ini file? Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, March 31, 2021 12:20 AM, zack_on_the_speed_chanel wrote: > my waf file look like this > > $cat config.ini > [sparc/leon3] > BUILD_TESTS=True > > for rebuilding the bsp

Re: Ticket#3889 updated

2021-04-01 Thread Gedare Bloom
On Thu, Apr 1, 2021 at 2:52 PM zack_on_the_speed_chanel wrote: > > Did i do anything wrong with my .ini file? > > > Sent with ProtonMail Secure Email. > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, March 31, 2021 12:20 AM, zack_on_the_speed_chanel > wrote: > > > my waf file look like this

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
I have both of the options and i tried to built it with BUILD_TESTS and PSXTESTS and the test didn't build. Is there anything else that could alter how rtems is built? Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, March 30, 2021 3:29 PM, Gedare Bloom wrote:

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
my waf file look like this $cat config.ini [sparc/leon3] BUILD_TESTS=True for rebuilding the bsp I ran: ./waf configure ./waf Zack Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Tuesday, March 30, 2021 9:02 PM, Gedare Bloom wrote: > On Tue, Mar 30, 2021 at 2:41 PM zack

Re: Ticket#3889 updated

2021-03-30 Thread Gedare Bloom
On Tue, Mar 30, 2021 at 2:41 PM zack_on_the_speed_chanel wrote: > > I have both of the options and i tried to built it with BUILD_TESTS and > PSXTESTS and the test didn't build. Is there anything else that could alter > how rtems is built? > After you set them to True, did you re-run waf config

Re: Ticket#3889 updated

2021-03-30 Thread Vijay Kumar Banerjee
On Tue, Mar 30, 2021, 14:40 zack_on_the_speed_chanel < zack_on_the_speed_cha...@protonmail.ch> wrote: > I have both of the options and i tried to built it with BUILD_TESTS and > PSXTESTS and the test didn't build. Is there anything else that could > alter how rtems is built? > Those options shoul

Re: Ticket#3889 updated

2021-03-30 Thread zack_on_the_speed_chanel
I did build the leon3 bsp and I still don't see the psxtimer02 as an executable. Is there a way build a test from source? I have the sources for psxtest02. Also i'm thinking that it could be due to the fact that i don't have posix tests enabled. Is there a way that to enable posix? Thanks Zack

Re: Ticket#3889 updated

2021-03-30 Thread Gedare Bloom
BUILD_TESTS and BUILD_PSXTESTS are two options that if either is True it should build psxclock02. On Tue, Mar 30, 2021 at 9:20 AM zack_on_the_speed_chanel wrote: > > I did build the leon3 bsp and I still don't see the psxtimer02 as an > executable. Is there a way build a test from source? I hav

Re: Ticket#3889 updated

2021-03-29 Thread zack_on_the_speed_chanel
Sorry that assumption was very native of me that i didn't have a working baseline. Joel said that the erc32 was similar to the leon bsp " The ERC32 what's the first space hardened sparc processor. The leon3 is a later processor in the same family. Both use the same build of GCC and are just diff

Re: Ticket#3889 updated

2021-03-29 Thread Gedare Bloom
On Sun, Mar 28, 2021 at 1:26 PM zack_on_the_speed_chanel wrote: > > Hello all, > > I'm updating on what' i've found out with the issue (forgot to reply all) . > Joel recommended me check the coverage for the leon BSP( to check if it's > supported) and i found that the branch with CLOCK_MONOTONI