_write working, _fstat upload/download not working

This commit is contained in:
felsabbagh3
2019-11-12 13:39:33 -05:00
parent ef83285c6c
commit ba3722c4bb
13 changed files with 25884 additions and 25609 deletions

View File

@@ -13,7 +13,7 @@ VX_INT = ../../intrinsics/vx_intrinsics.s
VX_IO = ../../io/vx_io.s ../../io/vx_io.c
VX_API = ../../vx_api/vx_api.c
VX_TEST = ../../tests/tests.c
VX_FIO = ../../fileio/fileio.c
VX_FIO = ../../fileio/fileio.s
VX_MAIN = ./vx_nl_main.c

View File

@@ -13,7 +13,7 @@ SECTIONS
. = 0x70000000;
.FileIO :
{
*(.FileIO)
}
. = 0x80000000;
.text :

View File

@@ -24,9 +24,6 @@ int main()
printf("printf: Newlib Main %d\n", 456);
vx_close();
return 0;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff