#63 closed defect (fixed)
Problem using fcntl in ppc405 platform
Reported by: | Owned by: | developers | |
---|---|---|---|
Priority: | trivial | Component: | platforms |
Keywords: | iFKVNKiMHMZiVkyojV | Cc: |
Description
Dear developers,
I use the platform you can see in topcell_configuration.TIF and I try to run a simple program which opens a file (test_file) and prints its descriptor (soft/main.c). The execution never reaches the printf as you can see in output file. If I put the line
putchar('\n'); before while (soclib_io_get(base(FD), FD_ACCESS_OP));
in the implementatin of open in fcntl.c it works fine but I then have the same problem if I use read or write. It seems that the processor is polling FD_ACCESS_OP register for ever. Any idea?
Regards, Leonidas
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | fcntl_error_ppc405.zip added |
---|
Changed 15 years ago by
Attachment: | fcntl_error_ppc405.tar.gz added |
---|
comment:1 Changed 15 years ago by
Priority: | critical → trivial |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for noticing, fixed in [1721].
comment:2 Changed 14 years ago by
Keywords: | iFKVNKiMHMZiVkyojV added |
---|
Cheers pal. I do aprpecitae the writing.
Note: See
TracTickets for help on using
tickets.
updated version