On Wed, Jun 16, 2010 at 12:00 PM, Myles Watson mylesgw@gmail.com wrote:
When compiling asus/p2b (and several others), Rev 5622 succeeds, but 5623 fails.
make: *** [build/mainboard/asus/p2b/romstage.inc] Segmentation fault make: *** Deleting file `build/mainboard/asus/p2b/romstage.inc'
The only difference for these boards is this line in config.h:
#define CONFIG_VENDOR_ECS 0
Removing this line lets 5623 build correctly.
Removing any line from the file that doesn't affect the build works. (CONFIG_VENDOR_*, CONFIG_DEFAULT_CONSOLE_LEVEL_*, etc.)
Thanks, Myles