Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 18 and Version 19 of SOCIS/2016


Ignore:
Timestamp:
09/08/16 08:38:23 (8 years ago)
Author:
Saeed Ehteshamifar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOCIS/2016

    v18 v19  
    5454* Aug 24: Resolved the issue of compiling C++ files via OMK with Pavel Pisa's help (changing the extension to .cc). Manually changed the test suite template to dynamically load test cases. Fixed a configuration issue of the test suite (CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS). The new problem is to combine test case object file and test setting object file into one file to dynamically load it and call the test function.
    5555* Aug 31: Used 'ld -r' to combine test case object and test case setting file into one object file (Pavel Pisa's suggestion). Fixed the "symbol not found" issue while calling test cases by porting the test suite and test case template to C. Progressed in writing a sample DL app via WAF and updated the blog accordingly. Faced an "unresolved externals" error and posted the question to the ML. Going to continue with WAF for integration of the process to slingshot and also add a TCP link between the test suite and slingshot to pass the test case name to run it.
     56* Sep 07: Tried to make a simple network app. Faced several issues. Going to debug them and report if they're RTEMS bugs.