Building Rapid-IOT project in MCUXpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Building Rapid-IOT project in MCUXpresso

2,960 次查看
joseph_reveane
Contributor III

Hi,

I'm trying to build an exported Atmosphere  Rapid-IOT project within MCUXpresso.

I've used a stock (unmodified) example project which I built first within the Rapid-IOT on-line IDE.

The export went fine.

I've then imported the ZIP archive into the MCUXpresso IDE (latest version) and this went fine too.

However, when trying to build the project, I get this error:


**** Build of configuration Debug for project Embedded Mathematical Operation Demo ****

Nothing to build for project Embedded Mathematical Operation Demo

Did anyone already succeed to complete this Use Case ?

Please note that I've reproduced this issue on both Windows 10 and Linux (Debian 9) systems.

Regards.

标签 (1)
2 回复数

2,734 次查看
theophileleroy
NXP Employee
NXP Employee

Hello Joseph,

This happens when you import directly project with "Import project(s) from file system" with "Archive" method.

Problem is that the project is designed with relative path inclusion and linked folder resources; if copied into your workspace directly from archived, this mess with project architecture and makefile configuration.

What you want to do is: first, extract the zip archived into your hard drive, in a folder close to C:\ or better in your workspace, then import from the filesystem and choose "Root directory" method, and search for your folder.

pastedImage_4.png

Untick "Copy projects into workspace option

Note: Initially there were two projects to import from the zip archived provided by Atmosphere IDE :

   - RapidIot_Base (low-level drivers, to be builded first)

   - Application project, in your case: "Embedded Mathematical Operation Demo"

Recently an update has been made to ease user experience and RapidIot_Base is directly included in the application project. So only one project has to be imported. Don't know if it's the case for your project.

Regards,

Theophile

2,734 次查看
joseph_reveane
Contributor III

Hi Theophile,

Many thanks for the tips, this did the job on my linux Debian box :smileyhappy:

Regards.

/joseph