Replies: 3 comments 1 reply
-
Can you please paste the exact commands you’re running? |
Beta Was this translation helpful? Give feedback.
1 reply
-
i cd'ed into external/umac and then ran that |
Beta Was this translation helpful? Give feedback.
0 replies
-
These are the exact build steps that worked for me: Maybe you'll find it useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ubuntu@ubuntu:~/projects/pico-mac/external/umac$ make MEMSIZE=208 cc -Iinclude/ -Iexternal/Musashi/ -I/usr/local/include/SDL2 -D_REENTRANT -DMUSASHI_CNF=\"../include/m68kconf.h\" -DENABLE_DASM=1 -DUMAC_MEMSIZE=208 -Wall -Wextra -pedantic -DSIM -DDISP_WIDTH=512 -DDISP_HEIGHT=342 -c src/unix_main.c -o src/unix_main.o src/unix_main.c: In function ‘main’: src/unix_main.c:258:37: error: ‘SDL_PIXELFORMAT_RGBA32’ undeclared (first use in this function); did you mean ‘SDL_PIXELFORMAT_RGB332’? 258 | SDL_PIXELFORMAT_RGBA32, | ^~~~~~~~~~~~~~~~~~~~~~ | SDL_PIXELFORMAT_RGB332 src/unix_main.c:258:37: note: each undeclared identifier is reported only once for each function it appears in make: *** [Makefile:69: src/unix_main.o] Error 1 2 ubuntu@ubuntu:~/projects/pico-mac/external/umac$
can somebody please help me build this? im using the pimoroni VGA board and i also want to use sd card with it, so i am going to need the pinout to match. i am running ubuntu 24.04.1
Beta Was this translation helpful? Give feedback.
All reactions