* [Buildroot] problem solved : configure:1745: error: C compiler cannot create executables
@ 2009-10-21 14:37 Sagaert Johan
2009-10-21 15:39 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2009-10-21 14:37 UTC (permalink / raw)
To: buildroot
Hi
The problem was the name of the cache directoy variable
I used my .config from the 2009.08 in the current release version.
in the 2009.08 release :
BR2_CCACHE_DIR="$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
now the line reads
BR2_CCACHE_DIR="$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091021/364ec8d3/attachment-0001.htm>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] problem solved : configure:1745: error: C compiler cannot create executables
2009-10-21 14:37 [Buildroot] problem solved : configure:1745: error: C compiler cannot create executables Sagaert Johan
@ 2009-10-21 15:39 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-10-21 15:39 UTC (permalink / raw)
To: buildroot
>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:
Sagaert> Hi
Sagaert> The problem was the name of the cache directoy variable
Sagaert> I used my .config from the 2009.08 in the current release version.
Sagaert> in the 2009.08 release :
Sagaert> BR2_CCACHE_DIR="$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
Sagaert> now the line reads
Sagaert> BR2_CCACHE_DIR="$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
Ahh yes. That change was done on Sep 23rd (cb5710c538f).
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-21 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-21 14:37 [Buildroot] problem solved : configure:1745: error: C compiler cannot create executables Sagaert Johan
2009-10-21 15:39 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox