GenericFolder icon 16x16-- ssh dick@hardpillu --
# I've been having trouble building on bare metal using Debian



## I link to my sources but I do condense some commands and steps


dick@hardpillD:~/portal64$ uname -a
Linux hardpillD 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux

dick@hardpillD:~/portal64$ make
Makefile:640: warning: overriding recipe for target 'clean'
/usr/include/n64/make/commonrules:56: warning: ignoring old recipe for target 'clean'
----------
cmake -S skelatool64 -B skelatool64/build
-- Configuring done (0.1s)
CMake Error at CMakeLists.txt:75 (target_link_libraries):
  Target "skeletool64" links to:

    yaml-cpp::yaml-cpp

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.



-- Generating done (0.0s)
CMake Generate step failed.  Build files cannot be regenerated correctly.
make: *** [Makefile:16: skelatool64/build/skeletool64] Error 1

## I'll keep trying