error when building gint #6

Closed
opened 2019-11-13 16:04:12 +01:00 by Ghost · 6 comments

hi I use casio-docker and i have an error while building gint: this is the output

> fxconv font8x9.png ': No such file or directory make: *** [Makefile:116: src/font8x9.png.o] Error 127

hi I use casio-docker and i have an error while building gint: this is the output <code> > fxconv font8x9.png ': No such file or directory make: *** [Makefile:116: src/font8x9.png.o] Error 127</code>
Owner

It seems that fxconv is not available in the PATH. I can see in the Dockerfile that the install directory of the fxSDK is in ~/opt but the PATH is set to /opt.

Can you please check

  • That $HOME/opt/sh3eb-elf-2.31.1-8.2.0/bin/fxconv exists?
  • Whether adding $HOME/opt/sh3eb-elf-2.31.1-8.2.0/bin to the PATH fixes the problem? 😃

Also the sh3eb-elf-2.31.1-8.2.0/fxsdk/bin does not exist in the current version of the fxSDK, so I suspect the Dockerfile might be a bit outdated. ^^

It seems that `fxconv` is not available in the PATH. I can see in the [Dockerfile](https://gitea.planet-casio.com/Kirafi/casio-docker/src/branch/master/Dockerfile) that the install directory of the fxSDK is in `~/opt` but the PATH is set to `/opt`. Can you please check * That `$HOME/opt/sh3eb-elf-2.31.1-8.2.0/bin/fxconv` exists? * Whether adding `$HOME/opt/sh3eb-elf-2.31.1-8.2.0/bin` to the PATH fixes the problem? :smiley: Also the `sh3eb-elf-2.31.1-8.2.0/fxsdk/bin` does not exist in the current version of the fxSDK, so I suspect the Dockerfile might be a bit outdated. ^^
Author

the folder opt in my home folder in c: have the subdirectory sh3eb-elf-2.31.1-8.2.0, but it is empty.
in the virtual machine i don't now where to find the opt folder

the folder opt in my home folder in c: have the subdirectory sh3eb-elf-2.31.1-8.2.0, but it is empty.<br/> in the virtual machine i don't now where to find the opt folder
Owner

I can't say I am familiar with Docker under Windows, so I'm guessing a bit here.

The sh3eb-elf-2.31.1-8.2.0 folder should at least contain the cross-compiler, so either you are looking at the wrong folder (but then why was it created?) or a problem occurred while creating the container.

in the virtual machine i don’t now where to find the opt folder

If you have a shell then you can simply look up $HOME/opt or ~/opt (these are equivalent). If they do not exist then there is definitely a problem with your container setup.

I suggest reporting the empty folder thing to the issue that you have created on Kirafi's repository, along with any relevant log that you might have. I'm not sure yet whether the problem is caused by gint and the fxSDK or by the container setup. ^^

I can't say I am familiar with Docker under Windows, so I'm guessing a bit here. The `sh3eb-elf-2.31.1-8.2.0` folder should at least contain the cross-compiler, so either you are looking at the wrong folder (but then why was it created?) or a problem occurred while creating the container. > in the virtual machine i don’t now where to find the opt folder If you have a shell then you can simply look up `$HOME/opt` or `~/opt` (these are equivalent). If they do not exist then there is definitely a problem with your container setup. I suggest reporting the empty folder thing to the issue that you have created on Kirafi's repository, along with any relevant log that you might have. I'm not sure yet whether the problem is caused by gint and the fxSDK or by the container setup. ^^
Author

I want to try to build all these things without docker, with the Ubuntu terminal (I have win10 so I use WLS)

I want to try to build all these things without docker, with the Ubuntu terminal (I have win10 so I use WLS)
Owner

This might actually be a better idea! Feel free to check out gint's topic as common errors are listed there. ^^

This might actually be a better idea! Feel free to check out gint's topic as common errors are listed there. ^^
Owner

Since OP is gone, I guess this is safe to close.

Since OP is gone, I guess this is safe to close.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Lephenixnoir/gint#6
No description provided.