Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPLAB IDE project creation #112

Open
UpAtGithub opened this issue Jan 23, 2022 · 1 comment
Open

MPLAB IDE project creation #112

UpAtGithub opened this issue Jan 23, 2022 · 1 comment

Comments

@UpAtGithub
Copy link

Hi,-
I didn't find a way to use the repository in MPLAB IDE 5.5
Manually placing the makefile in an existing project leads to curious syntax error messages.
So how is it mentioned to be used from the IDE?
The plan is to build the Eth-lwip sample for a 'samv71-xplained' board.

Thanks.

@TonyHan11
Copy link
Collaborator

Software package can not be directly used in MPLAB X IDE due to there's no MPLAB X projects in it. Users need to generate the projects manually and then compile/debug softpack in MPLAB X IDE.

A MPLAB X IDE project can be generated with GNU make, take examples/eth_lwip as the example: run make TARGET=sama5d2-xplained mplab under path examples/eth_lwip, and the project files are generated in examples/eth_lwip/sama5d2-xplained.X

--- sama5d2-xplained.X
    |-- compile_options_ddram_ARM
    |-- Makefile
    |-- nbproject
         |-- configurations.xml
         |-- project.xml

Using softpack in MPLAB X IDE is not supported for samv71 device yet, only sam9x60 and sama5d2 have be validated. Although the project files could be generated for samv71 device they need to be configured before work properly. The items to be configured includes the device, DFP version, compiler toolchain and etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants