skeeto / skeeto/w64devkit

need iconv support

Open
#68 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
4.8k
Forks
381
PR merge metrics
No merged PRs in 30d

Description

I need to do some charset conversion. When I specify -finput-charset=UTF-8 and -fexec-charset=gbk gcc fails with cc1.exe: error: no iconv implementation, cannot convert from UTF-8 to gbk
I do find iconv.exe in bin directory but somehow it doesn't seem to be recognized by cc1.exe.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure with the reported -finput-charset=UTF-8 and -fexec-charset=gbk options, then inspect how cc1.exe discovers or uses the iconv.exe found in the bin directory. Confirm the conversion works through the compiler and that the original error is no longer reported.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
compilers
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.