If anyone is having trouble compiling (no makefiles) or finding (not in the downloaded source) the IEEE 802.15.14 examples that go along with MiXiM like I did, I suggest the following steps:
- Check out the source using the command
svn co https://mixim.svn.sourceforge.net/svnroot/mixim mixim
- Move the contents of the trunk directory into the omnetpp-4.1/samples/MiXiM/ directory
- Change directories to omnetpp-4.1/samples/MiXiM/examples/ieee802154Narrow
- Build the project using the command
opp_makemake -f -O out -L../../out/gcc-debug/base -L../../out/gcc- debug/modules -L../../out/gcc-debug/tests/testUtils -lmiximbase - lmiximmodules -I../../modules/utility -I../../base/messages -I../../ base/utils -I../../base/modules -I../../base/phyLayer -o ieee802154Narrow
- Change directories to omnetpp-4.1/samples/MiXiM/examples/ieee802154A
- Build the project using the command
opp_makemake -f -O out -L../../out/gcc-debug/base -L../../out/gcc- debug/modules -L../../out/gcc-debug/tests/testUtils -lmiximbase - lmiximmodules -o ieee8021514a
Now everything should work!