LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   How to Cross-compile trueffs driver for arm platform (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/how-to-cross-compile-trueffs-driver-for-arm-platform-857242/)

ashwinj4u 01-19-2011 06:12 AM

How to Cross-compile trueffs driver for arm platform
 
Hi all,
I am trying to cross-compile a trueffs driver for am3517 platform.I have installed the tool chain.While cross compiling i got the error :No rule to make target 'am3517_evm_defconfig'.stop.Any one please help me to solve the problem and lead me through the steps in cross-compiling.Thank you in anticipation.

business_kid 01-19-2011 08:32 AM

It's either a mistake in the command or the Makefile.

If you're running 'make am3517' trey just running make. But I would check the Makefile first.

ashwinj4u 01-20-2011 05:54 AM

Hi,
I invoked the following command to cross-compile.
$ make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm am3517_evm_defconfig
Would you please be specific what i have to check in the makefile

business_kid 01-21-2011 04:06 AM

Your compile line is
Quote:

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm am3517_evm_defconfig
And your error is
Quote:

No rule to make target 'am3517_evm_defconfig
Before sweating, try
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm all
or just
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm


All times are GMT -5. The time now is 02:18 PM.