Building Rapid-IOT project in MCUXpresso

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

Building Rapid-IOT project in MCUXpresso

1,747 Views
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.

Labels (1)
2 Replies

1,521 Views
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

1,521 Views
joseph_reveane
Contributor III

Hi Theophile,

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

Regards.

/joseph