Tool/software: Linux
Hi,
In the icss-emac , how is the interrupt initialisation done ?? I am receiving a NULL return in the ICSS_EMAC_testInterupptInit ( ) function.
Thanks
Paramesh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi,
In the icss-emac , how is the interrupt initialisation done ?? I am receiving a NULL return in the ICSS_EMAC_testInterupptInit ( ) function.
Thanks
Paramesh
Paramesh,
I have been informed that the test binary is built with static linking. This means that once built, the only thing needed to run the test binary is the binary itself.
Also, the icss-emac-lld-test recipe has a dependency on the icss-emac-lld package. So, when you build the test binary it will automatically build the library and then statically link against it while building the test.
If you would like to modify the library (or the test) you can modify the source code found in the ‘build/work/amxxx_evm-linux…./icss-emc-lld(-test)/<version>/git/' directory and then use the following bitbake flags to force recompile and package:
MACHINE=am335x-evm bitbake icss-emac-lld(-test) -f -c compile
MACHINE=am335x-evm bitbake icss-emac-lld(-test)
Jason Reeder