Max Kunes
Max Kunes
> `object` kind has not been supported in makefile generator yet. Oh, I do have some .object files in some other targets in my .lua file. Would the issue be...
> > > `object` kind has not been supported in makefile generator yet. > > > > > > Oh, I do have some .object files in some other targets...
I just tested moving my assembly back into my main target, and the issue I'm seeing is that values from `add_defines` get passed to the assembler. Is there any way...
Hmm, ok. I'll give that a shot.
That worked! However, I'm getting this error now when building the makefile. The same issue also happens with the `cmake` project kind: ``` PS redacted> xmake project -v makefile configure...
`PS > xmake project -vD cmake` ``` configure { plat = cross mode = release buildir = build ndk_stdcxx = true host = windows ccache = true kind = static...
@waruqi ``` -- Define the Cortex-M7 toolchain. This is the toolchain that builds a binary that can be loaded by actual ZET hardware. toolchain("cm7") -- This is a standalone toolchain,...
To be clear, the commands I'm running are as follows: ``` xmake clean (and/or manually clean .xmake and build folders) xmake f -p cross (to tell xmake to configure as...
> Yes, I did notice the makefile error when using cmake. I am sure the command is correct. 
My only wild guess is that the internal compiler isn't compliant with whatever C# standard this file is built to, but in any case, the lack of any error specifics...