cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

jean-claude
Journeyman III

LINK : fatal error LNK1181: cannot open input file 'Files\AMD\AMD.obj'

Hi, I'm trying to include a brook generated cpp file (let call it xx.cpp derived from xx.br) into a wider project.

1) the individual behaviour of a xx.cpp was tested ok on the gpu

2) when including xx.cpp, common.cpp, timer.cpp as part of the total c++ project, everything compiles OK.

3) The issue comes at link time, for whatever reason the linker is looking for AMD.obj and doesn't find this file

LINK : fatal error LNK1181: cannot open input file 'Files\AMD\AMD.obj'

I searched in my computer, no file such as AMD.obj exists.

Is that something brook_d.dll might be looking for??

Any hints, thanks!

jean-claude

0 Likes
6 Replies
Bosi
Journeyman III

Same Problem here w/ VS 2008 and brook+ 1.2 beta.

I haven't found any AMD.obj file anywhere on my system.

0 Likes

What OS are you running on? Which card?

0 Likes

I'm using a Vista32 / HD 2600 combination.

Actually, I've been able to get rid of this stupid message "Files/AMD/AMD.obj missing", simply by rebuilding from scratch the Brool runtime. I did compile it with Visual Studio 2008, and copied the new libs onto brook/sdk.

Since then, no more complains from the linker about this ghost object file AMD.obj reported missing... I have to admit I'm still puzzled on what the hell this file might have been.. neithertheless the issue is now fixed.

Regards,

Jean-Claude

0 Likes

I'm running Windows XP SP3 32 with a 3870. I'll check if recompiling works for me later.

0 Likes

Bug filed.

0 Likes

Hi again. Are there any updates on the topic? Recompiling didn't do the trick for me.

0 Likes