linux-0.01 icon indicating copy to clipboard operation
linux-0.01 copied to clipboard

issues with the Makefile

Open Prakhar-Srivastava opened this issue 7 years ago • 4 comments

Prakhar-Srivastava avatar May 05 '18 16:05 Prakhar-Srivastava

@Prakhar-Srivastava could you please be a bit more descriptive? What does "issues with the Makefile" mean? Do you have the dependencies installed(just default GNU tools should be fine)? Did you modify the makefile or the code? Are you using Windows or Linux? In case of linux, what distro are you using, and what toolchain do you use for compiling? Please, if you want someone to help you explain better your situation.

jlagarespo avatar Mar 30 '19 10:03 jlagarespo

The thing is that

  • There are dependencies like gld or gas that cannot be found
  • Assembler errors
  • GCC parameters that don't exist

AtieP avatar Nov 22 '20 16:11 AtieP

There are dependencies like gld or gas that cannot be found

Install them? If your issue is that the executable names of your toolchain's compiler and assembler are not exactly gld or gas, just symlink them.

Assembler errors

Which errors specifically?

GCC parameters that don't exist

Have you read the comment of the top-level makefile?

#
# Makefile for linux.
# If you don't have '-mstring-insns' in your gcc (and nobody but me has :-)
# remove them from the CFLAGS defines.
#

If there are other parameters that don't exist, please state them here.

jlagarespo avatar Nov 22 '20 17:11 jlagarespo

There are dependencies like gld or gas that cannot be found

Install them? If your issue is that the executable names of your toolchain's compiler and assembler are not exactly gld or gas, just symlink them.

Yes but we can't install them, they don't exist

FreeBSoD avatar Oct 13 '21 16:10 FreeBSoD