xcore / sc_ethernet

10/100 MII Ethernet MAC for XMOS microcontrollers

Home Page:http://xcore.github.com/sc_ethernet/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only "app_ethernet_tests" builds of the app

lilltroll77 opened this issue · comments

I'm a little new to the "dual layer makefiles", but when building the project, only the app_ethernet_tests builds, leaving the other applications unbuilt, is that the intention ?

Reading the "master" makefile, I understands it as:
app_ethernet_demo, app_ethernet_loopback and app_ethernet_tests
should build by default, but it doesn't !?

This is my fault. I accidentally checked in the .cproject file with the default make target being "app_ethernet_tests.all" instead of "all" (see Building Apps in https://github.com/xcore/Community/wiki/Repository-usage).

Hi,

I guess Dave said it all.

typically i start in the root directory and just do 'xmake all'. if i want to build only a particular app/test I go into the app_xxx or test_xxx directory and do 'xmake all' in there.