Compilation error please help.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Socomboricua
Posts: 3
Joined: Wed Jun 11, 2008 12:56 am

Compilation error please help.

Post by Socomboricua »

ok so I am making a PRX and when trying to compile it says

Code: Select all

Compiling...
crt0_prx.c
c:\users\user\desktop\crt0_prx.c(4) : fatal error C1083: Cannot open include file: 'pspkernel.h': No such file or directory
Error executing cl.exe. 
  
crt0_prx.obj - 1 error(s), 0 warning(s)
can someone help me on what I should do?
crazyc
Posts: 408
Joined: Fri Jun 17, 2005 10:13 am

Post by crazyc »

Try compiling it with gcc instead of msvc.
Socomboricua
Posts: 3
Joined: Wed Jun 11, 2008 12:56 am

Post by Socomboricua »

alright im gunna try that now
User avatar
Jim
Posts: 476
Joined: Sat Jul 02, 2005 10:06 pm
Location: Sydney
Contact:

Post by Jim »

lol!
Post Reply