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

Fixed problem for building ktcp #22

Merged
merged 2 commits into from May 12, 2016
Merged

Fixed problem for building ktcp #22

merged 2 commits into from May 12, 2016

Conversation

lithoxs
Copy link
Collaborator

@lithoxs lithoxs commented May 7, 2016

This problem was reported by Derek Johansen in the mailing list.
Building ktcp required macro KERNEL, despite
that ktcp is a userspace program. This causes
wreak havoc because userspace and kernel space
have different library support.
Here the need for that macro was reduced to a minimum
and fixed 2 kernel headers

Building ktcp required macro __KERNEL__, despite
that ktcp is a userspace program. This causes
wreak havoc because userspace and kernel space
have different library support.
Here the need for that macro was reduced to a mimumum
and fixed 2 kernel headers
@lithoxs
Copy link
Collaborator Author

lithoxs commented May 7, 2016

Ktcp now builds sucessfully. The changes in the headers will prevent further problems for programs using the select syscall.

Modifications to Makefile and a kernel header
Still does not work
The program is succesfully compiled. The program
starts and redraws the screen. Then dies.
@jbruchon jbruchon merged commit 7f570f9 into ghaerr:master May 12, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants