Can't exclude from build

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can't exclude from build

ソリューションへジャンプ
2,468件の閲覧回数
superaga
Contributor III

Hi all,

I'm using the (last) MCUXpresso IDE v11.2.1 [Build 4149] [2020-10-07].

I can't Exclude from build a folder that I added to a project.

I used to do it without a problem on a previous IDE version. I'd like to avoid to reinstall also another older version (I've just got a clean installation) to check this.

am I the only one got this issue or is it a bug? I attach screenshots of the matter.

excludeBuild_01 -> see all folders icon before the operation;

excludeBuild_02 ->execution of the command on both the configurations;

excludeBuild_03 ->result after command run. All folders look still considered for the build.

 

Best regards,

AGA

0 件の賞賛
1 解決策
2,461件の閲覧回数
converse
Senior Contributor V

To be included in a build, the folder needs to be a source folder. If it is not a source folder, it is automatically excluded from the build.

 

From your '01 screenshot, there are no source folders, so excluding does not make sense.

元の投稿で解決策を見る

5 返答(返信)
2,444件の閲覧回数
superaga
Contributor III

Hi @converse,

Yes that solved the issue.

 

Thank you very much!

AGA

0 件の賞賛
2,414件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello AGA,

 Thanks for your sharing.

 

Regards,

Alice

0 件の賞賛
2,453件の閲覧回数
ErichStyger
Senior Contributor V

Your parent/root folder needs to be *included* into the build and should have a 'S' as Icon decorator to indicate it contains sources.

ErichS_0-1605543893617.png

 

0 件の賞賛
2,443件の閲覧回数
superaga
Contributor III

Hi @ErichStyger,

Yes that solves the issue.

For sure my mind failed to remember the steps I made..

 

Thank you very much!

AGA

0 件の賞賛
2,462件の閲覧回数
converse
Senior Contributor V

To be included in a build, the folder needs to be a source folder. If it is not a source folder, it is automatically excluded from the build.

 

From your '01 screenshot, there are no source folders, so excluding does not make sense.