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

Building fails during ld.alm #3

Open
fundudeone opened this issue May 20, 2023 · 2 comments
Open

Building fails during ld.alm #3

fundudeone opened this issue May 20, 2023 · 2 comments
Assignees

Comments

@fundudeone
Copy link

Tried to build both the hello_world and graphx/sprites examples with app_tools got the same error both times. I followed the instructions in readme, include is changed to app_tools/makefile. Here the error from running make in graphx/sprites (similar result with make app):

[compiling] src/gfx/global_palette.c
[compiling] src/gfx/oiram.c
[compiling] src/main.c
[lto opt] obj/lto.bc
[convimg] description
[linking] bin/DEMO.bin
/home/mint/CEdev/meta/ld.alm [1568]:
	
macro ? [272] :script.provide [19] (CALM)
Error: invalid expression.
make: *** [/home/mint/CEdev/meta/makefile.mk:291: bin/DEMO.bin] Error 2

I've had this result on both toolchain v11.0 and now 11.1 as well.

@commandblockguy
Copy link
Member

You can fix that by removing the quotes around the DESCRIPTION variable in the makefile. I'm not entirely sure why it does that.

@fundudeone
Copy link
Author

Ok, thanks for the help!

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

No branches or pull requests

2 participants