Skip to content

Building issues (cross-compiling) #78

@IngwiePhoenix

Description

@IngwiePhoenix

Hello!

I recently rooted my LG OLED TV and wanted to get a terminal there - when looking for SDL2 based terminals, I came across this one. And while building, a few issues, small ones though.

  1. None of the environment variables are respected. You assign CC via :=, but if you use ?=, the user can override them without having to use make -e, which is what I ended up doing.
  2. Quite a few libraries are missing (mainly the OpenSSL ones). An easy fix is to just add $(pkg-config openssl --libs).
  3. This might just be a problem on my toolchain (GCC 6.2.0) but I also had to add -lz -lstdc++. Thought it'd be standard, but apparently it's not.
  4. -lSDLmain is used but not available on my toolchain - however, from the looks of it, it's also not needed, at least on Linux (host OS is WebOS which runs GNU/Linux).

Just thought I'd leave the info here.

Have a nice day! :)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions