tms570 and networking

Pavel Pisa pisa at cmp.felk.cvut.cz
Wed Sep 3 07:54:28 UTC 2014


Hello Joel,

sorry for trouble.

On Wednesday 03 of September 2014 00:41:18 Joel Sherrill wrote:
> Hi
>
> The tms570 has what appears to be a partial set of Makefile.am
> entries for a network driver but none is present so the BSP fails
> to build when networking is enabled. It appears to be missing
> the line which would specify a source file anyway.
>
> I have commented out the section locally. Should I delete it
> until a network driver is submitted?

We have left the section because Premek has initial (not adapted
yet) BSD code in the tms570 branch. We expected that blocking
networking by configure.ac is enough.

RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "no")

But if it block build of multiple BSPs in the single build tree
with networking enabled then comment it out.

I my choice is bellow one but if you prefer to delete section
completely or use some other alternative way then do it as
you wish. I expect the we return to networking but more header
files preparation and pin multiplexing setup have higher priorities
in my list.

Best wishes,

               Pavel

--- a/c/src/lib/libbsp/arm/tms570/Makefile.am
+++ b/c/src/lib/libbsp/arm/tms570/Makefile.am
@@ -132,7 +132,7 @@ libbsp_a_SOURCES += startup/bspstarthooks.c

 # Network

-if HAS_NETWORKING
+if HAS_NETWORKING_NOT_READY_TO_BUILD

 noinst_PROGRAMS = network.rel




More information about the devel mailing list