Opened 5 years ago

Closed 5 years ago

#764 closed defect (fixed)

XCW is broken

Reported by: Jiri Svoboda Owned by: Jiri Svoboda
Priority: major Milestone: 0.8.0
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description (last modified by Jiri Svoboda)

Commit 009c485952250dbca2420fd8ee4fa68ffaf7b9ac (Always use CC for linking.) and probably others completely broke XCW :-( Please test your changes.

Change History (6)

comment:1 by Jiri Svoboda, 5 years ago

Owner: set to Jiri Svoboda
Status: newaccepted

comment:2 by Jiri Svoboda, 5 years ago

Description: modified (diff)

comment:3 by Vojtech Horky, 5 years ago

What is the minimal example for XCW? Can we add such test to Travis or at least to CI? I can write the module for CI but I never used XCW…

comment:4 by Jiri Svoboda, 5 years ago

$ cd <helenos-repo>/tools/xcw/demo
$ PATH=$PATH:<helenos-repo>/tools/xcw/bin
$ make

I think I can simply add it to the default makefile target so it will run as part of the OS build.

comment:5 by Vojtech Horky, 5 years ago

Oh, I have not noticed the demo there. Thanks!

Anyway, the module for CI is still an option.

comment:6 by Jiri Svoboda, 5 years ago

Resolution: fixed
Status: acceptedclosed

Fixed with commit.

Note: See TracTickets for help on using tickets.