Downloaded and followed your instruction in your e-book on porting the SDK toolkit, primarily for edification as well as I want to add some features to an existing port. However, upon building the iMX version or any other one for that matter, the following erros appear almost immediately.
Microsoft ® Build Engine Version 3.5.30729.1
[Microsoft .NET Framework, Version 2.0.50727.3615]
Copyright © Microsoft Corporation 2007. All rights reserved.
C:\MicroFrameworkPK_v4_1\Framework\Features\Hardware.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\core.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\SPI.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\Hardware.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\Usb.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\core.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\Usb.featureproj(6,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\Hardware.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\Usb.featureproj(7,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\USB_Port.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TinyCore.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\core.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TinyCore.featureproj(6,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\Hardware.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TinyCore.featureproj(7,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\Graphics.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TouchScreen.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\core.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TouchScreen.featureproj(6,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\Hardware.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\TouchScreen.featureproj(7,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\TinyCore.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
C:\MicroFrameworkPK_v4_1\Framework\Features\Gesture.featureproj(5,11): warning MSB4011: There is a circular reference involving the import of file “C:\MicroFrameworkPK_v4_1\Framework\Features\TinyCore.featureproj”. This file may have been imported more than once, or you may have attempted to import the main project file. All except the first instance of this file will be ignored.
(s)).
Project file cont