Opened 4 years ago

Closed 4 years ago

#15832 closed bug (duplicate)

Makefile Engine does not build drivers on x86_64

Reported by: nielx Owned by: bonefish
Priority: normal Milestone: Unscheduled
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: #15702 Blocking:
Platform: All

Description

I am using the Makefile engine to try to compile a driver.

On x86 I get the following output:

mkdir -p objects.x86-cc2-release; \
mkdepend  -I./ -p .c:objects.x86-cc2-release/%n.o -m -f "objects.x86-cc2-release/i2c_hid.d" i2c_hid.c
cc -c i2c_hid.c  -I./ -I-  -D_KERNEL_MODE=1 -fno-pic -O3    -o "objects.x86-cc2-release/i2c_hid.o"
cc -o "objects.x86-cc2-release/i2c_hid"         objects.x86-cc2-release/i2c_hid.o  -nostdlib /boot/system/develop/lib/_KERNEL_ /boot/system/develop/lib/haiku_version_glue.o  -L./    
xres -o objects.x86-cc2-release/i2c_hid  
mimeset -f "objects.x86-cc2-release/i2c_hid"

On x86_64, the output is as follows:

(coming soon)

To try, please clone https://github.com/nielx/i2c_hid

Change History (1)

comment:1 by diver, 4 years ago

Blocked By: 15702 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.