QN9080 hci_black_box compilation error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QN9080 hci_black_box compilation error

982 Views
emilien_wingert
Contributor I

Hi,

I am facing an issue when compiling the hci_black_box example for the QN9080 DevKit, using USB as serial bus in the Serial Manager (compiler macro gSerialMgrUseUSB_c set to 1).

I get the following error in the MCUXpresso compiler output console:
   fatal error: VirtualComInterface.h: No such file or directory

It seems like this header is USB-related in the framework, but I couldn't find it the SDK sources.

Does anyone know how to fix this ?

Thanks.

Emilien WINGERT.

Labels (2)
0 Kudos
6 Replies

748 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Which version of MCUXpresso are you using ? 

Also, how did you import the project to your workspace? 

Regards, 
Estephania 

0 Kudos

748 Views
emilien_wingert
Contributor I

Hello

Thanks for the reply. I'm using MCUXpresso v10.3.0 along with SDK 2.2.

I imported the project using the 'File>New Project' wizard, then I chose 'Import SDK example'.

From there I chose the QN9080 board and selected the hci_black_box example under the wireless folder.

Thanks.

Emilien.

0 Kudos

748 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Could you please try downgrading a version of the MCUXpresso (10.2x)?

Regards,

Estephania

0 Kudos

748 Views
emilien_wingert
Contributor I

Hi

Just downgraded to 10.2 but the problem is still here.

This piece of code causes the issue :

#if (gSerialMgrUseUSB_c)
#include "VirtualComInterface.h"
#endif

There is no file named VirtualComInterface.h in the MCUXpresso SDK 2.2

Is it possible to use a different version of the SDK than 2.2 with the QN9080 ?

Regards,

Emilien.

0 Kudos

748 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

I believe you are using the semihosting option while importing the project, isn't it? You need to import the project while using the UART interface. 

Regards, 

Estephania 

0 Kudos

748 Views
emilien_wingert
Contributor I

Hello,

After several months, we are back trying to use USB with the HCI black box.

I tried your fix (importing the project with UART) but it didn't help, the error is still here. It looks like the file VirtualComInterface.h is missing for the HCI black box project.

Thanks.

Emilien WINGERT.

0 Kudos