Part Number: AM4378
Tool/software: TI C/C++ Compiler
Hi, We have our own board based on the AM4378 evm. We need to make changes to U-Boot. I have made those changes and need to compile it. I believe I have configured the board and am
http://processors.wiki.ti.com/index.php/Linux_Core_U-Boot_User%27s_Guide#Setting_the_tool_chain_path I keep getting the error "No rule to make target 'am43xx_evm_deconfig' when iI call the compiler with the following command make am433x_evm_deconfig The above line indicates that I should use am433_evm_deconfig
Also I get the error Makefile 487: *** "System not configured - see README" when I issue the command make CROSS_COMPILER clean or any other CROSS_COMPILER command. I have run the mkconfig with no errors, etc.
Also does the U-Boot code need to be in another directory structure other than the one that it resides in from the SDK?
Thanks for your help Ed