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

wont build under Pi400 armhf #81

Open
mbodomi opened this issue Mar 28, 2021 · 1 comment
Open

wont build under Pi400 armhf #81

mbodomi opened this issue Mar 28, 2021 · 1 comment

Comments

@mbodomi
Copy link

mbodomi commented Mar 28, 2021

with this

pi@raspberrypi:~/chipmachine-32-build $ cmake ../chipmachine -GNinja -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
DETECTED RASPBERRY PI
-- Creating directory, /home/pi/chipmachine-32-build/ap1mods/grappix/freetype/freetype-2.5.5/include/freetype2.
-- Creating /home/pi/chipmachine-32-build/ap1mods/grappix/freetype/freetype-2.5.5/include/freetype2/ftconfig.h.
FREETYPE 
/home/pi/apone/mods/grappix/grappix/shaders/font_f.glsl
/home/pi/apone/mods/grappix/grappix/shaders/font_v.glsl
/home/pi/apone/mods/grappix/grappix/shaders/fontdf_f.glsl
/home/pi/apone/mods/grappix/grappix/shaders/plain_f.glsl
/home/pi/apone/mods/grappix/grappix/shaders/plain_v.glsl
/home/pi/apone/mods/grappix/grappix/shaders/texture_f.glsl
/home/pi/apone/mods/grappix/grappix/shaders/texture_v.glsl
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
/home/pi/apone/mods/fft/FFT_PATH
   used as include directory in directory /home/pi/apone/mods/fft
/home/pi/musicplayer/plugins/mp3plugin/MPG123_PATH
   used as include directory in directory /home/pi/musicplayer/plugins/mp3plugin
FFT_LIBRARY
    linked by target "fft" in directory /home/pi/apone/mods/fft
MPG123_LIBRARY
    linked by target "mp3plugin" in directory /home/pi/musicplayer/plugins/mp3plugin

-- Configuring incomplete, errors occurred!
See also "/home/pi/chipmachine-32-build/CMakeFiles/CMakeOutput.log".

And I don't know how to make sound under chroot as it builds under 64bit kernel and schroot. . . . .

@alexmyczko
Copy link

would you install arm64 on it (debian bullseye has images), if someone provided a deb for arm64 of chipmachine?

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