I have a problem.
I cannot start my project using this BeyondStudio for NXP.
At first, I imported a existing project, JN-AN-1174 (IEEE 802.15.4 Application Template),
and then renamed the project name as NXP-start. I made my folder "Module_Test" and copy a makefile from the sample folder and modify it. I attatched this makefile.
And then I Setup my project properties like following the picture.
After I clicked build icon, I cannot get any build files.
Console window show like this.
What is the problem?
Hi Hyunchul, I hope you're doing well!
When renaming a BeyondStudio project, you'll also need to rename the project in the .project configuration file (located in the following path: <C:\NXP\bstudio_nxp\workspace\JN-AN-1174-JN516x-802-15-4-Application-Template\.project>) and the folder containing the project itself. After changing these names, you can import the project and it should be able to build the project with the new name you set.
The name of the folder containing the source files shouldn't matter, so it can be freely changed to whatever you like.
Could you please check if that works for you?
Please let me know if you have any further problems.
Best regards,
Sebastian
As like this picture, It was changed automatically. But I couldn't solve the problem.
Anyway, thank you for your kind answer.
Hi Hyunchul,
Could you please try making the changes to the .project file using a different text editor before importing the project to BeyondStudio to see if it that allows you to build the project successfully?
If, could you please tell me if you changed anything else?
Please let me know of your results.
Best regards,
Sebastian
I found the reason why I could not go through.
Before makefile was in the folder of Module_Test, but I moved it into under Module_Test/Build that is originally setup Build location in the properties.
Now, I can build it.
Thank you.
Hi Hyunchul,
It's good to hear that you got it working!
Please let me know if you have any other questions.
Best regards,
Sebastian