Giter Club home page Giter Club logo

Comments (4)

RobertBerger avatar RobertBerger commented on July 18, 2024

I opened also a support case with Amazon:

case 5061051661

from amazon-freertos.

ravibhagavandas avatar ravibhagavandas commented on July 18, 2024

Hello,
Thank you for reporting this issue. We have identified and reproduced the issue on the MCUXpresso IDE on Ubuntu environment. The bug is in the project file where a third party folder contained lower case characters (instead of upper case characters), which caused compilation issues in a case sensitive file system like Ubuntu.
We will release a fix for the issue soon. Meanwhile, as an immediate workaround we suggest you to follow these steps:
Recreate a new MCUXpresso project as follows:

  1. Right click on the aws_demos project and choose delete option to remove the project from IDE.
  2. Remove the project folder (mentioned as <BASE_FOLDER> in https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_nxp.html) from the Ubuntu filesystem:
    sudo rm -rf <BASE_FOLDER>
  3. Extract the downloaded freertos zip file again to the base folder: <BASE_FOLDER>
  4. Update the MCUXpresso project file using the command below:
    sed -i 's/lib\/third_party\/mcu_vendor\/nxp\/lpc54018/lib\/third_party\/mcu_vendor\/nxp\/LPC54018/g' <BASE_FOLDER>/AmazonFreeRTOS/demos/nxp/lpc54018_iot_module/mcuxpresso/.project
  5. Import the project to MCUXpresso again using the steps mentioned in: https://docs.aws.amazon.com/freertos/latest/userguide/getting_started_nxp.html

from amazon-freertos.

RobertBerger avatar RobertBerger commented on July 18, 2024

Just wanted to add, that as described above I got it compile.

$ pwd
/home/rber/mcuxpresso/AmazonFreeRTOS
$ tree ../ -L 1
../
├── 01
└── AmazonFreeRTOS

2 directories, 0 files

$ `sed -i 's/lib\/third_party\/mcu_vendor\/nxp\/lpc54018/lib\/third_party\/mcu_vendor\/nxp\/LPC54018/g' ~/mcuxpresso/AmazonFreeRTOS/demos/nxp/lpc54018_iot_module/mcuxpresso/.project`

Thanks!

from amazon-freertos.

ravibhagavandas avatar ravibhagavandas commented on July 18, 2024

The bug has been fixed with the new release (1.2.6) of Amazon FreeRTOS. Please use the latest release and feel free to open an issue if you have further questions.

from amazon-freertos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.