Unfortunately, the direct import of Studio Assembler projects into MPLAB-X V6 is still not possible.
My first question: Is that planned at some point?
Ok, I create an assembler project and add my Asm source files manually.
My second question: Why can't an EntryFile be assigned now?
Via 'Assemble File' of the correct file assembling the entire project with some include files is possible without any problems. But when I try to use "Build main project" I get countless error messages from symbols that were not found... Third question: How is the project set up correctly? I can't figure it out at all...
How to use Microchip-Studio assembler projects in MPLAB-X
My first question: Is that planned at some point?
Assembler for the AVR128DB28? | AVR Freaks
Ok, I create an assembler project and add my Asm source files manually.
Thanks for your quickly help gchapman, I will study it 🙂
direct import of Studio Assembler projects into MPLAB-X V6 is still not possible
out of interest (not tried MPLAB yet), is it possible to directly import "conventional" projects?
EDIT
This video says it works for "any" Studio project: https://www.youtube.com/watch?v=...
is it possible to directly import "conventional" projects?
yes cproj/cppproj
So what goes wrong on an assembler-only project?
So what goes wrong on an assembler-only project?
The import (.atsln / .asmproj) is not intended.
Ok, after adding all existing asm-files ( items) to source files
the solution consists of the exclusion of all include files from the project in the project properties, which then only contains the "entry file".
The import (.atsln / .asmproj) is not intended.
Just a thought, but the .asmproj content format looks the same as the content format for .cproj - so I wonder if you could just rename the .asmproj to .cproj ... ?
(maybe also the reference in the .atsln)
the solution consists of the exclusion of all include files from the project in the project properties,
Are they added when you actually build the project?
Just a thought, but the .asmproj content format looks the same as the content format for .cproj - so I wonder if you could just rename the .asmproj to .cproj ... ?
Import works but there is a message
"Some of the files in this Project "name" contain spaces or odd characters in their name or their path. This could potentially cause issues during the build process. This is a limitation of GNU Make tool that we use as part of our build process. Removing spaces from all file and folder names included in this project will eliminate this potential issue"
and build is failed.
Are they added when you actually build the project?
Yes they included (from "Entry File" in project to be created as described).
Import works but there is a message
"Some of the files in this Project "name" contain spaces or odd characters in their name or their path. This could potentially cause issues during the build process. This is a limitation of GNU Make tool that we use as part of our build process. Removing spaces from all file and folder names included in this project will eliminate this potential issue"
Yes, that is a well-known issue - it's not just about GNU make:
https://www.avrfreaks.net/commen...
https://www.avrfreaks.net/commen...