-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need netmap for ARM platform #137
Comments
Hi, cd /home/vladislav/Fobos-Plug-HSD/netmap/LINUX Cheers, |
Well the problem is that my pre-built kernel seems to be compiled correctly vladislav@evgenykrivosheev-H61M-DS2:~/Fobos-Plug-HSD/netmap/LINUX$ ./configure --kernel-dir=/home/vladislav/Fobos-Plug-HSD/linux-3.1.1/ --no-drivers but when im cat config.log i see some tests are not passed. ` -include /home/vladislav/Fobos-Plug-HSD/netmap/LINUX/drivers.mak /home/vladislav/Fobos-Plug-HSD/netmap/LINUX/netmap-tmpdir/__test__30.c:12: error: macro "alloc_netdev" passed 4 arguments, but takes just 3/home/vladislav/Fobos-Plug-HSD/netmap/LINUX/netmap-tmpdir/__test__31.c:9: error: implicit declaration of function 'netdev_notifier_info_to_dev' /home/vladislav/Fobos-Plug-HSD/netmap/LINUX/netmap-tmpdir/__test__30.c:11: error: 'alloc_netdev' undeclared (first use in this function) END RUNNING TESTS: Fri Feb 5 14:09:17 FET 2016############################################################################## maybe you know what can help in this situation ? |
Where can i figure out which version of kernel was used to build netmap , cause in my device there is 3,1,1 version and my head-chief says that this is very old version and probably i need to rewrite sources of netmap-library according to the version of kerlnel 3.1.1 . |
@punkofnewsociety could you try again with the latest code? The build system has changed. |
not think it will be soon, but i will try to check it. |
@punkofnewsociety have you managed resolve this issue? |
hi. @ykondrashyn it was very long time ago. It seems to me that i have managed that by testing some ifdef/ifndef macroses. Just is one macros cannot be included by mistake, so then some errors like undefined reference might occur later. Excuse me if im mistaken , was too much time ago ^_^ |
Thank you, the issue was revealed during building of netxtreme2-7.12.10 drivers, namely while building bnx2 driver. |
hi. trying to build netmap module for android. compile is ok but during linking i m getting following error.
the CROSS_COMPILE and other paths are set properly. the .o generated properly for arm architecture. any idea what might be the issue. thanks. |
hi, was able to solve this by manually executing the linking steps. (after make has compiled individual files)
|
Example of how to cross-compile netmap for ARM
|
Hello , I`m trying to run make, having this output.
I need netmap for ARM platform
so # error unsupported platform stabbed me,
Im running ubuntu 14.04
Anyone can help ?
The text was updated successfully, but these errors were encountered: