Hi, I have a problem building u-boot. I've copied the whole u-boot folder to a local directory (unchanged), when I run the make I get an error:
[steve@localhost u-boot-1.2.0]$ make dm355_evm_config
: invalid option
make: *** [dm355_evm_config] Error 1
Not many clues there, so I ran make with -d option to try getting a bit more info, though still not much:
[steve@localhost u-boot-1.2.0]$ make -d dm355_evm_config
GNU Make 3.80
((( I chopped a load of stuff out of here )))
Updating goal targets....
Considering target file `dm355_evm_config'.
File `dm355_evm_config' does not exist.
Considering target file `unconfig'.
File `unconfig' does not exist.
Finished prerequisites of target file `unconfig'.
Must remake target `unconfig'.
Putting child 0x08ef0d50 (unconfig) PID 300 on the chain.
Live child 0x08ef0d50 (unconfig) PID 300
Got a SIGCHLD; 1 unreaped children.
Reaping winning child 0x08ef0d50 PID 300
Removing child 0x08ef0d50 PID 300 from chain.
Successfully remade target file `unconfig'.
Finished prerequisites of target file `dm355_evm_config'.
Must remake target `dm355_evm_config'.
: invalid option
Got a SIGCHLD; 2 unreaped children.
Putting child 0x08ef0d50 (dm355_evm_config) PID 301 on the chain.
Live child 0x08ef0d50 (dm355_evm_config) PID 301
Reaping losing child 0x08ef0d50 PID 301
make: *** [dm355_evm_config] Error 1
Removing child 0x08ef0d50 PID 301 from chain.
Maybe someone has some ideas for why the make fails? Many thanks.