Hi

Just posted a gcc patch for gcc's head which should work with 4.9.x.
Feedback appreciated. Hopefully Chris can add this to the RSB.

Based on that toolset, there are two tests that fail to build.

spcache01
tmcontext01

Both are related to missing cache functions. Crunching the log gives
this list.

 undefined reference to `rtems_cache_flush_entire_data'
 undefined reference to `rtems_cache_flush_multiple_data_lines'
 undefined reference to `rtems_cache_get_data_cache_size'
 undefined reference to `rtems_cache_get_data_line_size'
 undefined reference to `rtems_cache_get_instruction_cache_size'
 undefined reference to `rtems_cache_get_instruction_line_size'
 undefined reference to `rtems_cache_invalidate_entire_instruction'
 undefined reference to `rtems_cache_invalidate_multiple_data_lines'
 undefined reference to `rtems_cache_invalidate_multiple_instruction_lines'

I leave it to thsee more familiar with the nios2 to address this.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherr...@oarcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to