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

native build: assembler fail to build objects due to fatal errors causing by unability to create /tmp/xxxxxxx.o files. #18

Open
kas1e opened this issue Oct 31, 2023 · 2 comments

Comments

@kas1e
Copy link

kas1e commented Oct 31, 2023

When we tried to build anything via new native AS (by using gcc or directly), we do have:

Assembler messages:
Fatal error: can't create /tmp/xxxxxxx.o : No such file or directory

Probably that the "unix paths" issue, and we should add -lunix at the end of compiling lines, but not sure if it all what need to be done to be deal with.

@kas1e
Copy link
Author

kas1e commented Oct 31, 2023

Ok this one fixed by adding -lunix to LDFLAGS, can be closed.

@kas1e kas1e closed this as completed Oct 31, 2023
@kas1e kas1e reopened this Jan 1, 2024
@kas1e
Copy link
Author

kas1e commented Jan 1, 2024

This one again there, as in the latest commits, LDFLAGS="-lunix" were deleted by accident from the native build instructions from the main README.

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

1 participant