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

Difficulties to compile with Debian 11 x86_64 #8

Open
Lecrapouille opened this issue Nov 5, 2023 · 0 comments
Open

Difficulties to compile with Debian 11 x86_64 #8

Lecrapouille opened this issue Nov 5, 2023 · 0 comments

Comments

@Lecrapouille
Copy link

Hi! Strangely typing make does not make work: I got this error Set the HOSTTYPE environment variable to be one of the entries in config.mk I add to comment all the default: rule and call x86_64 then it woked

default: x86_64
#  archit=x86_64
#	@if [ $${HOSTTYPE-bob} != bob ] ; then \
#		archit=$$HOSTTYPE ; \
#	elif [ $${hosttype-bob} != bob ] ; then \
#		archit=$$hosttype ; \
#	else  \
#		archit=unknown ; \
#	fi ; \
#	if [ $(archit) != unknown ] ; then \
#		echo Making for $(archit) ; \
#		$(MAKE) $(archit) ; \
#	else \
#		echo "Could not figure out host architecture." ; \
#		echo "Set the HOSTTYPE environment variable to be one of the entries in config.mk" ; \
#	fi ;
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